NODES

Repeat Node

Execute branches multiple times sequentially

Repeat Node
Repeat Node

The Repeat Node executes all outgoing connections multiple times sequentially. Set the repeat count to determine how many times the connected branches will execute. Each iteration completes fully before the next begins, allowing you to create loops and repeated actions in your simulation.

Connectors

1
Inputs
Standard
1
Outputs
Standard

Inspector Fields

Each field below is available on this node in the inspector.

FieldTypeDescription
Name
string

The display name of the node

Any string value

Repeat Count
numberVARIABLE

Number of times to execute all outgoing connections. Supports variable references like {{variableName}}

Number or variable reference (must be non-negative)

Trigger Timer
boolean

When enabled, this node will start a selected timer when it executes

Timer
string

The timer node to trigger. Timer must be on the same layer