Signature
native bool:ArrayResize(Array:which, newsize);
Description
Resizes an array.
Notes
-
If the size is smaller than the current array size the array is
truncated and data lost.
Parameters
- which — Array handle
- newsize — New size
No return value
Errors
-
If an invalid handle is provided or the resizing
operation runs out of memory, an error will be thrown.