native ArrayInsertArrayAfter(Array:which, item, const any:input[]);
which | Array handle |
item | Item index in the array |
input | Array to copy to the cellarray |
Creates a new item behind the specified item and copies the provided array into it. All items beyond it get shifted up by one.
This function has no return value.
If an invalid handle or an invalid index is provided an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.