Skip to main content

Loop

Controlled node

Overview

The Loop node runs a set number of times, and fires an event on each iteration. The node will output the current index of the loop, and a finished event when the loop has completed.

Inputs

InputTypeDescriptionDefault
runEventTrigger the node to run-
timesEventThe number of times to run the loop for-

Outputs

OutputTypeDescription
loopEventFires on each iteration of the loop
indexNumberThe index of the loop
finishedEventFires when the loop has finished, after the last iteration