API ReferenceGE Extensionsflowgraphnodesgameplaytrafficsignals
Signal Sequence Settings
**File:** `flowgraph/nodes/gameplay/traffic/signals/sequenceSettings.lua`
File: flowgraph/nodes/gameplay/traffic/signals/sequenceSettings.lua
Description: Sets properties of a signal sequence.
Category: once_instant Tags: traffic, signals
Input Pins
| Name | Type | Description |
|---|---|---|
sequenceData | table | Signal sequence data. |
active | bool | Enables or disables the sequence. |
timed | bool | Enables or disables the sequence timer. |
stepIndex | number | Force sets the step to jump to in the sequence (has priority over phase index). |
phaseIndex | number | Force sets the phase to jump to in the sequence. |
Methods
C:workOnce()
See Also
- Get Signal Controller - Related reference
- Controller by Name - Related reference
- File Traffic Signals - Related reference
- FlowGraph Guide - Guide