Check Bool All True
Tests whether all bool variables in a collection are True.
Parameters
| Parameter | Description |
|---|---|
| Bool Variables | The bool variables to test. |
| True Event | Sent when all values are true. |
| False Event | Sent when one or more values are false. |
| Store Result | Optional bool to store the test result. |
Example
Use this to require every condition before continuing.
- Add required conditions to Bool Variables.
- Set True Event to
Ready. - Set False Event to
NotReady.