native ArrayPushString(Array:which, const input[]);
which | Array handle |
input | String to copy to the array |
Creates a new item at the end of the array and copies the provided string into it.
The input will be truncated if it is longer than the cellsize the array was created with.
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.