IsStackEmpty
- Синтаксис
-
native bool:IsStackEmpty(Stack:handle);
Переменная | Описание |
---|---|
handle |
Stack handle |
- Описание
- Returns if a stack is empty.
- Возвращает
- True if empty, false if not empty
native bool:IsStackEmpty(Stack:handle);
Переменная | Описание |
---|---|
handle |
Stack handle |