ProtoFlux:Remove
From Resonite Wiki
More actions
Remove
Collections
The Remove node takes in a Collection and the element to remove it from that list. This node, when called, will remove the first matching element of that list in the case that there is more than one of that same element.
Inputs
* (Call)
Calls an impulse to remove the first found matching element from the list.
Element (Generic)
The element we want to find and then remove.
Collection (IList)
The collection to remove the element form.
Outputs
OnRemove (Continuation)
Fires when successfully removing the first matching element from the list.
OnFail (Continuation)
Fires if unable to find or remove the element from the list.