native
ArrayDeleteItem
Syntax
native ArrayDeleteItem(Array:which, item);
Description
Deletes an item from the array. All items beyond it get shifted down 1 space.
Parameters
| which | The array that contains the item to delete. |
|---|---|
| item | The item to delete. |