json_array_remove
- Синтаксис
-
native bool:json_array_remove(JSON:array, index);
Переменная | Описание |
---|---|
array |
Array handle |
index |
Position in the array (starting from 0) |
- Описание
- Removes an element from the array.
- Пометка
-
Order of values in array may change during execution.
- Возвращает
- True if succeed, false otherwise