native DestroyStack(&Stack:handle);
handle | Stack to destroy |
Destroys a stack and frees its memory.
The function automatically sets the variable passed to it to 0 to aid in preventing accidental usage after destroy.
1 if the Stack was destroyed, 0 if nothing had to be destroyed (invalid handle)
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.