ArrayDeleteItem
- Синтаксис
-
native ArrayDeleteItem(Array:which, item);
Переменная | Описание |
---|---|
which |
Array handle |
item |
Item to delete |
- Описание
- Deletes an item from the array. All items beyond it get shifted down by one.
- Возвращает
- Функция ничего не возвращает