PopStack Function

Pops a value off a stack, ignoring it completely.

bool PopStack(Handle stack)

Parameters

Handle stack

Stack Handle.

Return Value

True if something was popped, false otherwise.

Errors

Invalid Handle.