json_array_replace_string
- Синтаксис
-
native bool:json_array_replace_string(JSON:array, index, const string[]);
Переменная | Описание |
---|---|
array |
Array handle |
index |
Position in the array to be replaced |
string |
String to copy |
- Описание
- Replaces an element in the array with string data.
- Возвращает
- True if succeed, false otherwise