Pushes an array of cells onto the end of an array. The cells are pushed as a block (i.e. the entire array sits at the index), rather than pushing each cell individually.
int PushArray(const any[] values, int size)
Block of values to copy.
If not set, the number of elements copied from the array will be equal to the blocksize. If set higher than the blocksize, the operation will be truncated.
Index of the new entry.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.