Documents
Embtion (0.9)
Nodes
Base Nodes
While Node

While Node

The While node repeatedly executes the subsequent nodes as long as a specific condition is met, until the condition is no longer true.

Parameters

LabelValue TypeDescription
ConditionConditionIf the condition is met, execute the subsequent nodes.
Exit the LoopLabelWhen the condition is not met, execute the subsequent nodes.

|