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
Apply PenaltyGet Crawl DataGet Crawl ResultsGet Dynamic ObjectsReset CrawlSetup CrawlStart CrawlStop Crawl

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 Extensionsflowgraphnodesgameplaycrawl

Get Crawl Results

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

File: flowgraph/nodes/gameplay/crawl/getCrawlResults.lua

Description: Gets completion data from a finished crawl.

Category: repeat_instant Tags: crawl, gameplay, results, completion Dependencies: gameplay_crawl_flowgraphBridge

Output Pins

NameTypeDescription
timenumberFinal completion time
pointsnumberFinal penalty points
damagenumberTotal damage taken
recoveriesnumberNumber of recoveries used
completedboolTrue if crawl was completed
disqualifiedboolTrue if crawler was disqualified
pathnodeTimingstableTiming data for each pathnode

Methods

  • C:init(mgr)
  • C:work()

See Also

  • Apply Penalty - Related reference
  • Get Crawl Data - Related reference
  • Get Dynamic Objects - Related reference
  • FlowGraph Guide - Guide

Get Crawl Data

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

Get Dynamic Objects

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

On this page

Output PinsMethodsSee Also