ArrayPushString
- Синтаксис
-
native ArrayPushString(Array:which, const input[]);
Переменная | Описание |
---|---|
which |
Array handle |
input |
String to copy to the array |
- Описание
- Creates a new item at the end of the array and copies the provided string into it.
- Пометка
-
The input will be truncated if it is longer than the cellsize the array was created with.
- Возвращает
- Index of the new entry