API ReferenceGE ExtensionsflowgraphnodesgameplayrecoveryPrompt
Set Recovery Prompt Button Enabled
**File:** `flowgraph/nodes/gameplay/recoveryPrompt/setRecoveryPromptButtonEnabled.lua`
File: flowgraph/nodes/gameplay/recoveryPrompt/setRecoveryPromptButtonEnabled.lua
Description: Enables or disables recovery prompt buttons. If a button is inactive when it should be enabled, it will be activated too.
Category: once_instant
Input Pins
| Name | Type | Description |
|---|---|---|
id | string | ID of the button. |
enabled | bool | If the button should be enabled or disabled. |
Methods
C:workOnce()C:postInit()
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