While
Alias:While
Output:Unit
Repeat an action while the condition is met.
Parameter | Type | Required | Position | Summary |
---|---|---|---|---|
Condition | bool | ✔ | 1 | The condition to check before performing the action. |
Action Do | unit | ✔ | 2 | The action to perform repeatedly. |
Alias:While
Output:Unit
Repeat an action while the condition is met.
Parameter | Type | Required | Position | Summary |
---|---|---|---|---|
Condition | bool | ✔ | 1 | The condition to check before performing the action. |
Action Do | unit | ✔ | 2 | The action to perform repeatedly. |