native
ArrayInsertArrayAfter
Syntax
native ArrayInsertArrayAfter(Array:which, item, const any:input[]);
Description
Inserts an item after the selected item. All items beyond it 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 after. |
| input | The input buffer to store. |