PopStackString
- Синтаксис
-
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