The logical OR operation (||) returns true if either of the two inputs are true, or false if both are false.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Value | One of the two boolean values, either of which may be true for the node to output true. Primary Input | bool |
| Other Value | The other of the two boolean values, either of which may be true for the node to output true. Default: | bool |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | bool |