Method Maps1
SymbolDescription
DataPackA DataPack allows serializing multiple variables into a single stream.
Enumerations1
SymbolDescription
DataPackPosOpaque handle to a datapack position.
Functions13
SymbolDescription
CreateDataPackCreates a new data pack.
GetPackPositionReturns the read or write position in a data pack.
IsPackReadableReturns whether or not a specified number of bytes from the data pack position to the end can be read.
ReadPackCellReads a cell from a data pack.
ReadPackFloatReads a float from a data pack.
ReadPackFunctionReads a function pointer from a data pack.
ReadPackStringReads a string from a data pack.
ResetPackResets the position in a data pack.
SetPackPositionSets the read/write position in a data pack.
WritePackCellPacks a normal cell into a data pack.
WritePackFloatPacks a float into a data pack.
WritePackFunctionPacks a function pointer into a data pack.
WritePackStringPacks a string into a data pack.