Pushes a value onto the end of an array, adding a new index.
This may safely be used even if the array has a blocksize greater than 1.
int PushArrayCell(Handle array, any value)
Array Handle.
Value to push.
Index of the new entry.
Invalid Handle or out of memory.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.