Signature
native ArrayDestroy(&Array:which);
Description
Destroys the array and frees its memory.
Notes
-
The function automatically sets the variable passed to it to 0 to aid
in preventing accidental usage after destroy.
Parameters
- which — Array to destroy
Returns
1 if the Array was destroyed, 0 if nothing had to be
destroyed (invalid handle)