native bool:PopStackArray(Stack:handle, any:buffer[], size = -1);
handle | Stack handle |
buffer | Array to copy value to |
size | Size of buffer, if not set (-1) assumes the size is equal to the stack blocksize |
Pops an array of cells from a stack.
True on success, false if the stack is empty
If an invalid handle is provided an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.