API ReferenceGE Extensionsflowgraphnodesgameplaytrafficsignals
Signal Instance Settings
**File:** `flowgraph/nodes/gameplay/traffic/signals/instanceSettings.lua`
File: flowgraph/nodes/gameplay/traffic/signals/instanceSettings.lua
Description: Sets properties of a signal instance.
Category: once_instant
Input Pins
| Name | Type | Description |
|---|---|---|
instanceData | table | Signal instance data. |
active | bool | Enables or disables the signal. |
stateIndex | number | Force sets the signal state, by controller state index (use 0 to reset). |
sequence | table | Changes the sequence to use (refreshes state if active). |
controller | table | Changes the controller to use (refreshes state if active). |
Methods
C:workOnce()
See Also
- Get Signal Controller - Related reference
- Controller by Name - Related reference
- File Traffic Signals - Related reference
- FlowGraph Guide - Guide