RLS Studios
ProjectsPatreonCommunityDocsAbout
Join Patreon
BeamNG Modding Docs

Guides

Reference

Server CommandsGE UtilitiesGame Engine MainNavigation GraphScreenshot CaptureServerServer ConnectionSpawnpoint ManagerSimulation TimeVehicle SpawningSuspension Frequency Tester
Flowgraph Base ModuleFlowgraph Base NodeFlowgraph Base State NodeFlowgraph Node BuilderFlowgraph GraphFlowgraph Group HelperFlowgraph LinkFlowgraph ManagerNew Node TemplateFlowgraph PinFlowgraph States ManagerFlowgraph UtilsFlowgraph Variable Storage
Allow WalkingBlacklist WalkingCan Enter From WalkingCareer ActiveComplete ScenarioCountdownDecal CircleDecal LineDecal PathDecal SingleIs Walking BlacklistedGroundmarker Remaining DistanceGroundmarkersIs WalkingIs Walking EnabledMission DefaultsMultiseatDetect Acceleration At StartPointsBar PointsPointsBar ThresholdsRemove Other VehiclesToggle WalkingIn Zone
Add Vehicle (Traffic)Traffic Driving StatsFile Vehicle GroupGet Traffic StateGet Vehicle Id From TableGet Traffic Vehicle DataParking System ParametersTrack Vehicle ParkingPursuit InformationSet Pursuit ModePursuit ParametersPursuit RoadblockRemove Vehicle (Traffic)Setup Parking SystemSetup Pursuit GameplaySet Traffic Vehicle DataSet Vehicle FlowgraphActivate TrafficGenerate Vehicle GroupMove Vehicle GroupTraffic ParametersScatter TrafficSpawn Vehicle Group
Get Signal ControllerController by NameFile Traffic SignalsGet Signal InstanceSignal by NameSignal Instance SettingsPredict Signal StateGet Signal SequenceAdvance SequenceSequence by NameSignal Sequence SettingsTraffic Signals Settings

UI

Resources

BeamNG Game Engine Lua Cheat SheetGE Developer RecipesMCP Server Setup

// RLS.STUDIOS=true

Premium Mods for BeamNG.drive. Career systems, custom vehicles, and immersive gameplay experiences.

Index

HomeProjectsPatreon

Socials

DiscordPatreon (RLS)Patreon (Vehicles)

© 2026 RLS Studios. All rights reserved.

Modding since 2024

API ReferenceGE Extensionsflowgraphnodesgameplaytrafficsignals

File Traffic Signals

**File:** `flowgraph/nodes/gameplay/traffic/signals/fileTrafficSignals.lua`

File: flowgraph/nodes/gameplay/traffic/signals/fileTrafficSignals.lua

Description: Loads a Traffic Signals file, and sends out data.

Category: once_p_duration Tags: traffic, signals Dependencies: core_trafficSignals

Data Fields

FieldDefault
self.data.useDefaultFileFromLeveltrue

Input Pins

NameTypeDescription
filestringFile of the traffic signals.

Output Pins

NameTypeDescription
signalsDatatableTraffic signals data, to be used with other nodes.

Methods

  • C:init()
  • C:postInit()
  • C:drawCustomProperties()
  • C:onNodeReset()
  • C:_executionStopped()
  • C:work()

See Also

  • Get Signal Controller - Related reference
  • Controller by Name - Related reference
  • Get Signal Instance - Related reference
  • FlowGraph Guide - Guide

Controller by Name

**File:** `flowgraph/nodes/gameplay/traffic/signals/controllerByName.lua`

Get Signal Instance

**File:** `flowgraph/nodes/gameplay/traffic/signals/instance.lua`

On this page

Data FieldsInput PinsOutput PinsMethodsSee Also