native bool:ArrayResize(Array:which, newsize);
which | Array handle |
newsize | New size |
Resizes an array.
If the size is smaller than the current array size the array is truncated and data lost.
This function has no return value.
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.