stock

PopStack

Syntax

stock PopStack(Stack:handle)

Description

Pops a value off a stack, ignoring it completely.

Parameters

handle Stack handle

Return

True if a value was popped, false if stack is empty

Error

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