--- title: Logic Reference --- # Logic Reference Every listener, gate, and executor in GDLink — what each one does, what it expects, and how it fits the larger graph. Pages are generated from the source specifications and stay in lockstep with each release. The three categories mirror the addon's own taxonomy: - **Listeners** detect — input, physics, state changes, signals. - **Gates** combine — boolean logic, FSMs, custom expressions. - **Executors** act — motion, animation, materials, UI, messages. ```{toctree} :maxdepth: 2 :caption: Logic Reference generated/listeners/index generated/gates/index generated/executors/index ``` For the auto-generated category landing with counts and tier breakdowns, see {doc}`generated/index`.