ProtoFlux:Clear
From Resonite Wiki
More actions
Clear
Collections
The Clear node takes in a Collection and removes all elements from the list when called.
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.