Inputs
Name | Abbreviation | Type | Access | Description |
A | A | Boolean | Item | The first value |
B | B | Boolean | Item | The second value |
Outputs
Name | Abbreviation | Type | Access | Description |
Result | R | Boolean | Item | Whether at least one value is true |
|
|
|
|
|
How to:
Feed in a Boolean into input A
Set the value by feeding in a boolean output from another node, like equals or greater than, or by using the Input Parameter with Boolean type
Feed in a different boolean to input B
Set the value by feeding in a boolean output from another node, like equals or greater than, or by using the Input Parameter with Boolean type
The result is True if at least one of the feeding booleans is True, and False if both conditions are False

