LOGIC Category
Nodes for conditional flow control, comparison, and BGE property manipulation.
Available Nodes
| Node | Type | Description |
|---|---|---|
| Branch | Branch | Generic if/else branch based on a condition |
| Add To Property | Action | Adds a value to a BGE property |
| Toggle | Action | Toggles a boolean BGE property |
| If Property | Branch | Compares a BGE property to a value using 6 operators |
| Compare | Data | Returns a boolean by comparing two values |
| Logic Gate | Data | Logical operation between two booleans (AND, OR, NOT, etc.) |
| Random | Data | Random float [0.0, 1.0) — legacy node |