This plugin provides the type system and behaviours for logical operations.
| Name |
Description |
Properties |
Data Type |
Socket Type |
| logical_gate |
|
lhs |
bool |
input |
|
|
rhs |
bool |
input |
|
|
result |
bool |
output |
| logical_operation |
|
lhs |
bool |
input |
|
|
result |
bool |
output |
| condition |
|
condition |
bool |
input |
|
|
result |
any |
output |
| Name |
Components |
Description |
| and |
logical_gate |
|
| nand |
logical_gate |
|
| nor |
logical_gate |
|
| not |
logical_operation |
|
| or |
logical_gate |
|
| xnor |
logical_gate |
|
| xor |
logical_gate |
|
| trigger |
condition |
- If condition is true, propagate payload to result
|
| if_then_else |
condition |
- If condition is true, propagate then_payload to result
- If condition is false, propagate else_payload to result
|
| Platform |
Compatibility |
| Linux |
✓ |
| MacOS |
✓ |
| Windows |
✓ |