Signature
native ArrayPushCell(Array:which, any:input);
Description
Creates a new item at the end of the array and sets the item's single cell
value.
Parameters
- which — Array handle
- input — Value to set
Returns
Index of the new entry
Errors
-
If an invalid handle is provided or the resizing
operation runs out of memory, an error will be thrown.