Differences
This shows you the differences between two versions of the page.
| — |
set_while_condition [2026/08/28 03:00] (current) hermann Create new page from functor_docs documentation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Set While Condition ====== | ||
| + | |||
| + | ===== Description ===== | ||
| + | |||
| + | Sets the condition that the innermost [[While]] or [[Do While]] container holding this functor uses to decide whether it keeps looping. | ||
| + | |||
| + | ===== Inputs ===== | ||
| + | |||
| + | ^ Name ^ Type ^ Description ^ | ||
| + | | Condition | [[Boolean Value Type]] | Value to be used as the loop condition. | | ||
| + | |||
| + | ===== Optional Inputs ===== | ||
| + | |||
| + | None. | ||
| + | |||
| + | ===== Outputs ===== | ||
| + | |||
| + | ^ Name ^ Type ^ Description ^ | ||
| + | | Condition | [[Boolean Value Type]] | Value passed on to the enclosing loop container. | | ||
| + | |||
| + | ===== Group ===== | ||
| + | |||
| + | [[Functor List#Control | Control]] | ||
| + | |||
| + | ===== Notes ===== | ||
| + | |||
| + | This functor must be placed inside the [[While]] or [[Do While]] container whose looping condition it sets; its output connects automatically to that container's internal condition input. | ||
| + | |||
| + | ===== Internal Name ===== | ||
| + | |||
| + | SetWhileCondition | ||