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
| Name | Type | Description |
|---|---|---|
flipMission | bool | If 'Flip upright' should be enabled. Use this for missions. |
recoverMission | bool | If 'Recover' should be enabled. Use this for missions. |
submitMission | bool | If 'Submit Score' should be enabled. Use this for missions. |
restartMission | bool | If '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