Function | Description |
---|---|
CreateDataPack | Creates a new datapack. |
WritePackCell | Packs a cell value into a datapack. |
WritePackFloat | Packs a float value into a datapack. |
WritePackString | Packs a string into a datapack. |
ReadPackCell | Reads a cell from a Datapack. |
ReadPackFloat | Reads a float from a datapack. |
ReadPackString | Reads a string from a Datapack. |
ResetPack | Resets the datapack read/write position to the start. |
GetPackPosition | Returns the datapack read/write position. |
SetPackPosition | Sets the datapack read/write position. |
IsPackReadable | Returns whether or not a specified number of bytes from the data pack position to the end can be read. |
DestroyDataPack | Destroys the datapack and frees its memory. |
IsPackEnded | Returns if the datapack has reached its end and no more data can be read. |
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.