Gate Reference

Generated reference pages for GDLink gate bricks.

Brick

Purpose

Tier

AND

The AND gate outputs a positive pulse only when ALL connected input sensors are active simultaneously.

Basic

OR

Outputs TRUE when ANY connected input listener is active.

Basic

XOR

Outputs TRUE when EXACTLY ONE connected input listener is active (exclusive or).

Basic

NAND

Outputs TRUE when NOT all connected inputs are active simultaneously.

Basic

NOR

Outputs TRUE when NONE of the connected inputs are active.

Basic

Expression

Evaluates custom boolean expressions with complex logic, allowing arbitrary combinations beyond simple AND/OR/XOR gates.

Basic

State

Implements a finite state machine (FSM) gate that only activates outputs when in specific states, with bitmask-based state filtering.

Basic

GDScript

Executes custom GDScript code to make complex decisions that can’t be easily expressed with logic gates or expressions.

Pro

XR

Pure boolean filter for XR-specific conditions.

Pro