BoolOr
Purpose of the Node
The BoolOr
node takes multiple boolean inputs and performs a logical OR operation on them. It outputs the result of the OR operation. This node is useful when you need to check if any of the inputs is true
.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
boolean | Input Pin for OR Operation | Struct | Array |
boolean | Input Pin for OR Operation | String | Map |
result | OR operation between all boolean inputs | Number | Normal |
result | OR operation between all boolean inputs | Float | Set |