And
Use And to check if all inputs are true. And is in the Logic category.
Input
Name | Data Type | Description |
---|---|---|
Value1 | Boolean | A boolean value. |
Value2 | Boolean | Another boolean value. |
Output
Name | Data Type | Description |
---|---|---|
Value | Boolean | A boolean signal of the operation result. |
Example
When the camera detects the red dot as visible, and the game time is greater than 5 seconds, then the green dot will be set to be visible.