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
Rally Mode CountdownRally Loop Synced CountdownRally Mode Create Ground Marker RouteRally Mode Flying FinishRally Mode Fire Rally EventRally Get Reset Budget RemainingRally Mode Handle Lap ChangeRally Mode Race Editor PathRally Debug DrawRally Move Vehicle ToRally Super CountdownRally Mode Register RaceRally Mode Session StartRally Mode Set NoteSearchRally Mode Reset Next PacenoteRally Mode Stage CompleteRally Mode Stage StartRally Mode Track RecoveryRally Track Stage TimeTrack Vehicle Distance to PositionStopped Near Plane?Stopped Near Position?
Rally Advance Loop ScheduleRally Get Current Race PathRally Loop Get Execution VarRally Loop Get Service Out TCRally Loop Get Vehicle PositionRally Loop Get InfoRally Loop Chained Mission SetupRally Loop InitRally ClockRally Exclude TrafficRally Position GetterRally Loop Record Time Card EntryRally Route After Road SectionRally Loop Save AttemptRally Loop Set Execution VarRally Loop Set Vehicle PositionTransfer Mission Execution

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 Extensionsflowgraphnodesgameplayrallyloop

Rally Clock

**File:** `flowgraph/nodes/gameplay/rally/loop/rallyClock.lua`

File: flowgraph/nodes/gameplay/rally/loop/rallyClock.lua

Description: Gets the current epoch time and scheduled event time for a specific event from the rally loop manager.

Category: repeat_instant Tags: rally

Input Pins

NameTypeDescription
eventNamestringName of the event to get the time for (spName, e.g., "SS_start_line").

Output Pins

NameTypeDescription
currentEpochTimenumberCurrent rally epoch time in seconds.
scheduledEventTimenumberScheduled event time in rally epoch for the specified event.

Methods

  • C:init(mgr, ...)
  • C:_executionStarted()
  • C:work()

See Also

  • Rally Advance Loop Schedule - Related reference
  • Rally Get Current Race Path - Related reference
  • Rally Loop Get Execution Var - Related reference
  • FlowGraph Guide - Guide

Rally Loop Init

**File:** `flowgraph/nodes/gameplay/rally/loop/loopInit.lua`

Rally Exclude Traffic

**File:** `flowgraph/nodes/gameplay/rally/loop/rallyExcludeTraffic.lua`

On this page

Input PinsOutput PinsMethodsSee Also