Copies an array of cells to an entity at a given offset.
void SetEntDataArray(int entity, int offset, const any[] array, int arraySize, int dataSize, bool changeState)
Entity index.
Offset to use.
Array of values to copy.
Number of values to copy.
Size of each value in bytes (1, 2, or 4).
True to set the network state as changed; false otherwise.
Invalid entity or offset out of reasonable bounds.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.