ProtoFlux:RemoveAt
From Resonite Wiki
More actions
RemoveAt
Collections
The RemoveAt node takes in a Collection and the index to remove an element from that list.
Inputs
* (Call)
Calls an impulse to remove the element at the preferred index or position from the list.
Index (Int)
The index or position of the element we want to remove from the list.
Collection (IList)
The collection to remove the element form.
Outputs
OnRemove (Continuation)
Fires when successfully removing the element from the list.
OnFail (Continuation)
Fires if unable to remove the element from the list or if the index is out of bounds of the collection.