PushStackCell
- Синтаксис
-
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.
- Возвращает
- Функция ничего не возвращает