PopStackString
Pops a string value from a stack.
native bool PopStackString(Handle stack, char[] buffer, int maxlength, int& written = 0)Parameters
char[] buffer
Buffer to store string.
int maxlength
Maximum size of the buffer.
Return Value
bool True on success, false if the stack is empty.Error
Invalid Handle.