native bool:PopStackCell(Stack:handle, &any:value, block = 0, bool:asChar = false);
handle | Stack handle |
value | Variable to store the value in |
block | Optionally specify which block to read from (useful if the blocksize is > 0) |
asChar | Optionally read as a byte instead of a cell |
Pops a cell value from a stack.
True on success, false if the stack is empty.
If an invalid handle, invalid block or invalid byte is provided, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.