Aller au contenu

For Loop

Ce contenu n’est pas encore disponible dans votre langue.

Iteratively executes contained nodes.

PortDescription
Execute
Executes the loop.
Break
Breaks the loop.
First Index
Starting point of the loop.
Last Index
Ending point of the loop. Note, this value is inclusive. If the first index is 0 and the last index is 0, the node will iterate once. If you need to iterate zero times, the last index must be smaller than the first index.
PortDescription
Body
Executes on each iteration.
Index
Current iteration index.
Completed
Executes upon completion of the loop.

ID: core/for-loop@v1