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