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

Set Drag Vehicles

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

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

Description: Set all the drag vehicles into the race system.

Category: once_instant Tags: gameplay, utils

Input Pins

NameTypeDescription
vehId_1numberVehId 1 that will be set to the lane 1 of the dragRace.
isPlayable_1boolNone
dial_1numberNone
lane_1numberNone

Output Pins

NameTypeDescription
flowflowImpulse out flow for when all vehicles are into the dragRace system.

Methods

  • C:init()
  • C:drawMiddle(builder, style)
  • C:_executionStarted()
  • C:drawCustomProperties()
  • C:updatePins(old, new)
  • C:workOnce()
  • C:_onSerialize(res)
  • C:_onDeserialized(res)

See Also

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

Reset Drag Race

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

Set Drag Racer Dial

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

On this page

Input PinsOutput PinsMethodsSee Also