Skip to content

control

This namespace contains nodes that are used to control the flow of the program.

For example, the every node can be used to execute a node every x runs. Another example is the for each node, which can be used to iterate over a list of items.

References

EveryNode

Re-exports EveryNode

ForEachNode

Re-exports ForEachNode

SequenceNode

Re-exports SequenceNode

SleepNode

Re-exports SleepNode

StartNode

Re-exports StartNode

TimeLoopNode

Re-exports TimeLoopNode