Category: Logic
Kind: Operation
Description: Check if two values are both true
Inputs
Name | Abbreviation | Type | Access | Description |
A | A | Boolean | Item | The first value |
B | B | Boolean | Item | The second value |
Outputs
Name | Abbreviation | Type | Access | Description |
Result | R | Boolean | Item | Whether both values are true |
How to:
Feed in a Boolean into input A
Set the value by feeding in a boolean output from another node, like equals or greater than, or by using the Input Parameter with Boolean type
Feed in a different boolean to input B
Set the value by feeding in a boolean output from another node, like equals or greater than, or by using the Input Parameter with Boolean type
The result is True if both of the feeding booleans are True, and False if one or both conditions are False

