ProtoFlux:Sequence

From Resonite Wiki
Sequence
*
Calls
+
-
Flow


Sequence is a ProtoFlux node that does a bunch of ProtoFlux lines in order, waiting for each to finish excluding any Async tasks created. This is useful in running a bunch of code segments that may not trigger their output pulses due to their execution failing. For example, a Set Parent Node can fail to set a slot's parent due to null arguments, so it's output won't fire. This node can avoid this kind of issue.

Inputs

* (Call)

Start the execution of all the Calls (List of Call) in order.

Ouputs

Calls (List of Call)

The list of Calls to fire in order after * (Call) is impulsed.

Examples