Skip to main content
Version: v0.17.0

For

Alias:For

Output:Unit

Do an action for each value of <i> in a range.

ParameterTypeRequiredPositionDefault ValueSummary
Fromint✔1The first value of the variable to use.
Toint✔2The highest value of the variable to use
Action
Do
int✔3The action to perform repeatedly.
Incrementint41The amount to increment by each iteration.