Pops an array of cells from a stack.
bool PopStackArray(Handle stack, any[] buffer, int size)
Stack Handle.
Buffer to store the array in.
If not set, assumes the buffer size is equal to the blocksize. Otherwise, the size passed is used.
True on success, false if the stack is empty.
Invalid Handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.