native bool:PopStackString(Stack:handle, buffer[], maxlength, &written = 0);
| handle | Stack handle |
| buffer | Buffer to copy string to |
| maxlength | Maximum size of the buffer |
| written | Variable to store number of characters copied to |
Pops a string value 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.