Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:Remove

From Resonite Wiki
Remove
*
OnRemoved
Element
OnFail
Collection
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.