native
ArrayDeleteItem
Syntax
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 |
Return
This function has no return value.
Error
If an invalid handle or an invalid index is provided an
error will be thrown.