native
ArrayDestroy
Syntax
native ArrayDestroy(&Array:which);
Description
Destroys the array and frees its memory.
Parameters
| which | Array 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 Array was destroyed, 0 if nothing had to be
destroyed (invalid handle)