IsStackEmpty

Syntax

native bool:IsStackEmpty(Stack:handle);

Usage

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.