native PushStackCell(Stack:handle, any:value);
handle | Stack handle |
value | Value to push |
Pushes a value onto the end of the stack, adding a new index.
This may safely be used even if the stack has a blocksize greater than 1.
This function has no return value.
If an invalid handle is provided or the resizing operation runs out of memory, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.