native ArraySwap(Array:which, item1, item2);
which | Array handle |
item1,item2 | Item pair to swap |
Swaps the position of two items.
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.