native ArrayDeleteItem(Array:which, item);
which | Array handle |
item | Item to delete |
Deletes an item from the array. All items beyond it get shifted down 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.