native
ArrayDestroy
Syntax
native ArrayDestroy(&Array:which);
Description
Destroys the array, and resets the handle to 0 to prevent accidental usage after it is destroyed.
Parameters
| which | The array to destroy. |
|---|
native
native ArrayDestroy(&Array:which);
Destroys the array, and resets the handle to 0 to prevent accidental usage after it is destroyed.
| which | The array to destroy. |
|---|