ArrayInsertArrayBefore

Syntax

native ArrayInsertArrayBefore(Array:which, item, const any:input[]);

Usage

which
Array handle
item
Item index in the array
input
Array to copy to the cellarray

Description

Creates a new item in front of the specified item and copies the provided
array into it. All items beyond it get shifted up by one.

Return

This function has no return value.

Error

If an invalid handle or an invalid index is provided an
error will be thrown.