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
File PathFile RaceImGui Race TimesMove Veh to Start PositionRace Start TransformRace End TransformRace AI ParametersRace CP/Lap ChangeRace DataRace DisqualifyRace End ScreenRace HighscoresRace HighscoresRace MarkersRace Pathnode ReachedRace Pacenote ReachedRace Recovery AvailableRace Recovery UsedRace Request RecoveryRace Suspend

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 Extensionsflowgraphnodesgameplayrace

Race End Screen

**File:** `flowgraph/nodes/gameplay/race/raceEndScreen.lua`

File: flowgraph/nodes/gameplay/race/raceEndScreen.lua

Description: Shows the end screen of a scenario with customizable buttons.

Category: once_instant

Data Fields

FieldDefault
self.data.includeRetryButtontrue
self.data.includeScenarioButtonfalse

Input Pins

NameTypeDescription
flowflowInflow for this node.
resetflowResets this node.
titlestringTitle of the menu.
??
statstableStats for endscreen. Use endStats node.
vehIdnumberId of the vehicle to show detailled stats for.
statstableStats for endscreen. Use endStats node.

Methods

  • C:init()
  • C:postInit()
  • C:_executionStarted()
  • C:drawCustomProperties()
  • C:updateButtons()
  • C:_onSerialize(res)
  • C:_onDeserialized(nodeData)
  • C:_executionStopped()
  • C:_afterTrigger()
  • C:reset()
  • C:buttonPushed(action)
  • C:getCmd(action)
  • C:onResetGameplay()
  • C:closeDialogue()
  • C:onClientEndMission()
  • C:openDialogue()
  • C:closed()
  • C:work()

See Also

  • File Path - Related reference
  • File Race - Related reference
  • im Race Times - Related reference
  • FlowGraph Guide - Guide

Race Disqualify

**File:** `flowgraph/nodes/gameplay/race/raceDisqualify.lua`

Race Highscores

**File:** `flowgraph/nodes/gameplay/race/raceHighscoresComplete.lua`

On this page

Data FieldsInput PinsMethodsSee Also