ArrayInsertStringAfter
- Синтаксис
-
native ArrayInsertStringAfter(Array:which, item, const input[]);
Переменная | Описание |
---|---|
which |
Array handle |
item |
Item index in the array |
input |
String to copy to the array |
- Описание
- Creates a new item behind the specified item and copies the provided string into it. All items beyond it get shifted up by one.
- Пометка
-
The input will be truncated if it is longer than the cellsize the array was created with.
- Возвращает
- Функция ничего не возвращает