Signature
native ArrayDeleteItem(Array:which, item);
Description
Deletes an item from the array. All items beyond it get shifted down by one.
Parameters
- which — Array handle
- item — Item to delete
No return value
Errors
-
If an invalid handle or an invalid index is provided an
error will be thrown.