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 | The other boolean value |
Output
Name | Data type | Description |
Value | Boolean | A boolean signal of and 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.
