Or node
Check if at least one input is true.
Read time 1 minuteLast updated a day ago
Use the Or node to check if at least one of two conditions is true. The Node outputs true when either Input 1 or Input 2 is true (or both). This is useful if you want to proceed if any one of several conditions is met.
Sockets
Socket | Type | Description |
|---|---|---|
| Input 1 | | The first true/false condition. |
| Input 2 | | The second true/false condition. |
| Output | | True if at least one input is true; otherwise false. |