API ReferenceGE Extensionsflowgraphnodesgameplaytrafficsignals
Signal by Name
**File:** `flowgraph/nodes/gameplay/traffic/signals/instanceByName.lua`
File: flowgraph/nodes/gameplay/traffic/signals/instanceByName.lua
Description: Finds a signal instane 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. |
instanceData | table | Signal instance data. |
Methods
C:onNodeReset()C:init()C:_executionStopped()C:work(args)
See Also
- Get Signal Controller - Related reference
- Controller by Name - Related reference
- File Traffic Signals - Related reference
- FlowGraph Guide - Guide