====== 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