native
DestroyStack
Syntax
native DestroyStack(&Stack:handle);
Description
Destroys a stack and frees its memory.
Parameters
| handle | Stack to destroy |
|---|
Note
The function automatically sets the variable passed to it to 0 to aid
in preventing accidental usage after destroy.
Return
1 if the Stack was destroyed, 0 if nothing had to be
destroyed (invalid handle)