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

ProtoFlux:Clear

From Resonite Wiki
Clear
*
OnCleared
Collection
OnFail
Collections

The Clear node takes in a Collection and removes all elements from the list when called.

If you wanted to remove only matching elements from a collection, use the RemoveAll node instead.

Inputs

* (Call)

Calls an impulse to remove all elements from the collection list.

* (IList)

The collection to remove all elements from.

Outputs

OnCleared (Continuation)

Fires when successfully clearing out the list.

OnFail (Continuation)

Fires when the collection could not be cleared.