ArrayInsertArrayAfter
- Синтаксис
-
native ArrayInsertArrayAfter(Array:which, item, const any:input[]);
Переменная | Описание |
---|---|
which |
Array handle |
item |
Item index in the array |
input |
Array to copy to the cellarray |
- Описание
- Creates a new item behind the specified item and copies the provided array into it. All items beyond it get shifted up by one.
- Возвращает
- Функция ничего не возвращает