API ReferenceGE Extensionsflowgraphnodesgameplaytrafficsignals
Controller by Name
**File:** `flowgraph/nodes/gameplay/traffic/signals/controllerByName.lua`
File: flowgraph/nodes/gameplay/traffic/signals/controllerByName.lua
Description: Finds a signal controller (signal type) by name.
Category: once_instant Tags: traffic, signals
Input Pins
| Name | Type | Description |
|---|---|---|
signalsData | table | Table of traffic signals data; use the File Traffic Signals node. |
name | string | Name of the signal. |
Output Pins
| Name | Type | Description |
|---|---|---|
exists | bool | True if data exists. |
controllerData | table | Signal controller data. |
Methods
C:onNodeReset()C:init()C:_executionStopped()C:work(args)
See Also
- Get Signal Controller - Related reference
- File Traffic Signals - Related reference
- Get Signal Instance - Related reference
- FlowGraph Guide - Guide