native

IsStackEmpty

Syntax

native bool:IsStackEmpty(Stack:handle);

Description

Returns if a stack is empty.

Parameters

handle Stack handle

Return

True if empty, false if not empty

Error

If an invalid handle is provided an error will be thrown.