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

Set Recovery Prompt Enabled

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

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

Description: Enables or Disables buttons the recovery prompt. If a button is enabled, 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
flipMissionboolIf 'Flip upright' should be enabled. Use this for missions.
recoverMissionboolIf 'Recover' should be enabled. Use this for missions.
submitMissionboolIf 'Submit Score' should be enabled. Use this for missions.
restartMissionboolIf 'Restart Mission' should be enabled. Use this for missions.

Methods

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

See Also

  • Get Recovery Prompt Button Limit and Count - Related reference
  • On Recovery Prompt Action - Related reference
  • Set Recovery Prompt Active - Related reference
  • FlowGraph Guide - Guide

Set Recovery Prompt Button Enabled

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

Set Recovery Prompt Limits

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

On this page

Input PinsMethodsSee Also