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
Input | Type | Description | Default |
---|---|---|---|
run | Event | Trigger the node to run | - |
times | Event | The number of times to run the loop for | - |
Outputs
Output | Type | Description |
---|---|---|
loop | Event | Fires on each iteration of the loop |
index | Number | The index of the loop |
finished | Event | Fires when the loop has finished, after the last iteration |