native
ArrayInsertArrayBefore
Syntax
native ArrayInsertArrayBefore(Array:which, item, const any:input[]);
Description
Inserts an item before the selected item. All items beyond it, and the selected item get shifted up 1 space.
The buffer size must match what the cellsize that the array was created with!
Parameters
| which | The array to add the item to. |
|---|---|
| item | The item to insert before. |
| input | The input buffer to store. |