Appearance
Or
The Or node is a node that applies the Or logical operation between two boolean inputs. If either one of the inputs is true it will output a true value. Otherwise, it will output false.

Inputs and Outputs
Inputs:
Condition A (Boolean): The first condition.Condition B (Boolean): The second condition.
Outputs:
Result (Boolean): The resulting value, which istruewhenever at least one of the conditions aretrueandfalseotherwise.