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

ProtoFlux:Add (Collection)

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