Sets an array of cells in an array.
int SetArrayArray(Handle array, int index, const any[] values, int size, int block)
Array Handle.
Index in the array.
Array to copy.
If not set, assumes the buffer size is equal to the blocksize. Otherwise, the size passed is used.
Optionally specify which block to write to (useful if the blocksize > 0).
Number of cells copied.
Invalid Handle or invalid index.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.