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
Drag Race StateGet Drag Race TimesGenerate Drag Race OpponentsGet Drag Race Winner DataGet Drag Racer DataGet Drag Racer Spawn PointGet Drag Racer StatusLoad Drag Race DataReset Drag RaceSet Drag VehiclesSet Drag Racer DialStart Drag Race

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 ExtensionsflowgraphnodesgameplaydragRace

Drag Race State

**File:** `flowgraph/nodes/gameplay/dragRace/dragRaceState.lua`

File: flowgraph/nodes/gameplay/dragRace/dragRaceState.lua

Description: Monitor drag race state and provide real-time status information. Pure monitoring node with no actions.

Category: repeat_instant Tags: gameplay, utils

Output Pins

NameTypeDescription
flowflowOutflow for this node.
startedflowImpulse when race transitions to started
completedflowImpulse when race transitions to completed
isStartedboolCurrent started state (true if race is active)
isCompletedboolCurrent completed state (true if race finished)
dragTypestringType of drag race (drag, bracketRace, headsUpRace)
contextstringContext (freeroam, activity, etc.)

Methods

  • C:_executionStarted()
  • C:work()

See Also

  • Get Drag Race Times - Related reference
  • Generate Drag Race Opponents - Related reference
  • Get Drag Race Winner Data - Related reference
  • FlowGraph Guide - Guide

Stop Crawl

**File:** `flowgraph/nodes/gameplay/crawl/stopCrawl.lua`

Get Drag Race Times

**File:** `flowgraph/nodes/gameplay/dragRace/dragTimes.lua`

On this page

Output PinsMethodsSee Also