Add logic patches to your graph by right-clicking in the Patch Editor and selecting from the menu. The menu will show a description for each port in every patch.
Name | Description |
---|---|
Not | Flip a boolean from true to false, or from false to true. |
And | Check if 2 booleans are true together. |
Or | Check if either one of 2 booleans are true. |
Equals | Check if 2 numbers are equal. |
Equals Exactly | Check if 2 numbers are equal. |
Greater or Equal | Check if one input value is greater than or equal to another. |
Greater Than | Check if one value is greater than another. |
Less or Equal | Check if one value is less than or equal to another. |
Less Than | Check if one value is less than another. |
If Then Else | Output 2 different values, depending on a boolean input. |