Resizes an array. If the size is smaller than the current size, the array is truncated. If the size is larger than the current size, the data at the additional indexes will not be initialized.
void ResizeArray(Handle array, int newsize)
Array Handle.
New size.
Invalid Handle or out of memory.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.