PopStackArray
- Синтаксис
-
native bool:PopStackArray(Stack:handle, any:buffer[], size = -1);
Переменная | Описание |
---|---|
handle |
Stack handle |
buffer |
Array to copy value to |
size |
Size of buffer, if not set (-1) assumes the size is equal to the stack blocksize |
- Описание
- Pops an array of cells from a stack.
- Возвращает
- True on success, false if the stack is empty