Pops a cell value from a stack.
bool PopStackCell(Handle stack, any& value, int block, bool asChar)
Stack Handle.
Variable to store the value.
Optionally specify which block to read from (useful if the blocksize > 0).
Optionally read as a byte instead of a cell.
True on success, false if the stack is empty.
Invalid Handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.