ArraySetString
- Синтаксис
-
native ArraySetString(Array:which, item, const input[]);
Переменная | Описание |
---|---|
which |
Array handle |
item |
Item index in the array |
input |
String to copy to the array |
- Описание
- Sets an item's data to a string value.
- Пометка
-
The input will be truncated if it is longer than the cellsize the array was created with.
- Пометка
-
The item index must already be valid. Use ArrayPushString to create a new array item in the cellarray.
- Возвращает
- Number of characters copied