ArrayInsertCellAfter
- Синтаксис
-
native ArrayInsertCellAfter(Array:which, item, any:input);
Переменная | Описание |
---|---|
which |
Array handle |
item |
Item index in the array |
input |
Value to set |
- Описание
- Creates a new item behind the specified item and sets the item's single cell value. All items beyond it get shifted up by one.
- Возвращает
- Функция ничего не возвращает