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 Button

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

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

Description: Creates or sets recovery prompt buttons.

Category: once_instant

Input Pins

NameTypeDescription
buttonIdstringID of the button.
labelstringDisplayed text for the button.
ordernumberThis buttons order in the button list. Leave empty for automatic order (last entry).
fadeActiveboolIf fadeToBack effect should happen
iconstringid of the icon to use for the button

Methods

  • C:workOnce()

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 Active

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

Set Recovery Prompt Button Enabled

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

On this page

Input PinsMethodsSee Also