Signature
native bool:IsStackEmpty(Stack:handle);
Description
Returns if a stack is empty.
Parameters
- handle — Stack handle
Returns
True if empty, false if not empty
Errors
- If an invalid handle is provided an error will be thrown.