Check Bool Any True
Tests whether any bool variable in a collection is True.
Parameters
| Parameter | Description |
|---|---|
| Bool Variables | The bool variables to test. |
| True Event | Sent when at least one value is true. |
| False Event | Sent when all values are false. |
| Store Result | Optional bool to store the test result. |
Example
Use this for "any trigger active" checks.
- Add your trigger flags to Bool Variables.
- Set True Event to
Triggered. - Set False Event to
Idle.