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