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
Get Recovery Prompt Button Limit and CountOn Recovery Prompt ActionSet Recovery Prompt ActiveSet Recovery Prompt ButtonSet Recovery Prompt Button EnabledSet Recovery Prompt EnabledSet Recovery Prompt Limits

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 ExtensionsflowgraphnodesgameplayrecoveryPrompt

Get Recovery Prompt Button Limit and Count

**File:** `flowgraph/nodes/gameplay/recoveryPrompt/getRecoveryPromptButtonLimitAndCount.lua`

File: flowgraph/nodes/gameplay/recoveryPrompt/getRecoveryPromptButtonLimitAndCount.lua

Description: Activates or deactivates a button the recovery prompt. If a button is active, it will be clickable. Otherwise it will be grayed out and not clickable, but still visible.

Category: once_instant Dependencies: gameplay_walk

Input Pins

NameTypeDescription
idstringID for the button

Output Pins

NameTypeDescription
limitnumberLimit for this button
countnumberCount for this button

Methods

  • C:postInit()
  • C:workOnce(args)
  • C:drawMiddle(builder, style)

See Also

  • On Recovery Prompt Action - Related reference
  • Set Recovery Prompt Active - Related reference
  • Set Recovery Prompt Button - Related reference
  • FlowGraph Guide - Guide

Transfer Mission Execution

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

On Recovery Prompt Action

**File:** `flowgraph/nodes/gameplay/recoveryPrompt/onRecoveryPromptAction.lua`

On this page

Input PinsOutput PinsMethodsSee Also