native
WritePackCell
Syntax
native WritePackCell(DataPack:pack, any:cell);
Description
Packs a cell value into a datapack.
Parameters
| pack | Datapack handle |
|---|---|
| cell | Cell value to pack |
Return
This function has no return value.
Error
If an invalid handle is provided, an error will be thrown.