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
| Name | Type | Description |
|---|---|---|
buttonId | string | ID of the button. |
label | string | Displayed text for the button. |
order | number | This buttons order in the button list. Leave empty for automatic order (last entry). |
fadeActive | bool | If fadeToBack effect should happen |
icon | string | id 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