DataPack.WriteCellArray Method

Packs an array of cells into a data pack.

void WriteCellArray(const any[] array, int count, bool insert)

Parameters

const any[] array

Array to add.

int count

Number of elements

bool insert

Determines whether mid-pack writes will insert instead of overwrite.