Zen API
|
kStatus kArrayList_Discard | ( | kArrayList | list, |
kSize | index | ||
) |
Removes an item from the list at the specified index.
Discared objects are not automatically disposed. If the object must be destroyed or disposed, used kArrayList_Remove instead to receive the removed object.
list | List object. |
index | Item at this index will be removed from the list. |