WriteCellArray
Packs an array of cells into a data pack.
native void WriteCellArray(const any[] array, int count, bool insert = false)
Parameters
const any[] array
Array to add.
int count
Number of elements
bool insert
Determines whether mid-pack writes will insert instead of overwrite.
Return Value
void