native
ReadPackCell
Syntax
native any:ReadPackCell(DataPack:pack);
Description
Reads a cell from a Datapack.
Parameters
| pack | Datapack handle |
|---|
Return
Cell value
Error
If an invalid handle is provided, or not enough data is left
in the datapack, an error will be thrown.