native ArrayDestroy(&Array:which);
which | Array to destroy |
Destroys the array 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 Array was destroyed, 0 if nothing had to be destroyed (invalid handle)
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.