Logic actions perform comparisons and tests on variables. (Compare, Test, Switch...). They generally send events based on the results.
- Bool All True
- Bool Any True
- Bool Changed
- Bool None True
- Bool Test
- Conditional Expression
- Enum Compare
- Enum Switch
- Float Changed
- Float Compare
- Float Sign Test
- Float Switch
- Fsm State Switch
- Fsm State Test
- Game Object Changed
- Game Object Compare
- Game Object Compare Tag
- Game Object Has Children
- Game Object Is Child Of
- Game Object Is Null
- Game Object Is Visible
- Game Object Tag Switch
- Int Changed
- Int Compare
- Int Switch
- Object Compare
- String Changed
- String Compare
- String Contains
- String Switch
NOTE: Switch actions are a good way to make many branches using a single variable.