json_array_replace_real
- Синтаксис
-
native bool:json_array_replace_real(JSON:array, index, Float:number);
Переменная | Описание |
---|---|
array |
Array handle |
index |
Position in the array to be replaced |
number |
Real number to set |
- Описание
- Replaces an element in the array with real number.
- Возвращает
- True if succeed, false otherwise