native ArrayPushCell(Array:which, any:input);
which | Array handle |
input | Value to set |
Creates a new item at the end of the array and sets the item's single cell value.
Index of the new entry
If an invalid handle is provided or the resizing operation runs out of memory, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.