Skip to content

Check Bool All False

Tests whether all bool variables in a collection are False.

Parameters

Parameter Description
Bool Variables The bool variables to test.
True Event Sent when all values are false.
False Event Sent when one or more values are true.
Store Result Optional bool to store the test result.

Example

Use this to verify that no conditions are active.

  1. Add the bools you want to check to Bool Variables.
  2. Set True Event to AllClear.
  3. Set False Event to ActiveFound.