ArrayDestroy
- Синтаксис
-
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)