ProtoFlux:Add (Collection)
From Resonite Wiki
More actions
Add
Collections
The Add node takes in a Collection and an element for that collection. This node, when called, will add the element to the end of the list.
Inputs
* (Call)
Calls an impulse to add an element to the collection, at the end of the list.
Element (Generic)
The element to add to the referenced collection.
Collection (IList)
The collection to add the element to.
Outputs
OnAdded (Continuation)
Fires when successfully adding the element to the end of the list.
OnFail (Continuation)
Fires when unable to add the element to the collection.