IsStackEmpty
Syntax
native bool:IsStackEmpty(Stack:handle);
Usage
| Parameter | Description |
|---|---|
| handle | Stack handle |
Description
Returns if a stack is empty.
Return
True if empty, false if not empty
Error
If an invalid handle is provided an error will be thrown.