Outputs 1 to Result if either A or B is 1.0 or greater, and 0 if both are less than 1.0. It recalculates and outputs whenever either A or B changes.
- The test is
A >= 1.0f || B >= 1.0f
- The node has numeric input fields for A and B, so you can type values in directly without connecting ports
The true/false boundary is 1.0, not 0. 0.5 is treated as false.
Input ports
Output ports
Scriptable members
| Path | Type |
currentValueA | float |
currentValueB | float |
Synapse Apps (scripting)
await synapse.modules.create({ type: "or" })