Gate Reference¶
Generated reference pages for GDLink gate bricks.
Brick |
Purpose |
Tier |
|---|---|---|
The AND gate outputs a positive pulse only when ALL connected input sensors are active simultaneously. |
Basic |
|
Outputs TRUE when ANY connected input listener is active. |
Basic |
|
Outputs TRUE when EXACTLY ONE connected input listener is active (exclusive or). |
Basic |
|
Outputs TRUE when NOT all connected inputs are active simultaneously. |
Basic |
|
Outputs TRUE when NONE of the connected inputs are active. |
Basic |
|
Evaluates custom boolean expressions with complex logic, allowing arbitrary combinations beyond simple AND/OR/XOR gates. |
Basic |
|
Implements a finite state machine (FSM) gate that only activates outputs when in specific states, with bitmask-based state filtering. |
Basic |
|
Executes custom GDScript code to make complex decisions that can’t be easily expressed with logic gates or expressions. |
Pro |
|
Pure boolean filter for XR-specific conditions. |
Pro |