API ReferenceGE ExtensionsflowgraphnodesgameplayrecoveryPrompt
Get Recovery Prompt Button Limit and Count
**File:** `flowgraph/nodes/gameplay/recoveryPrompt/getRecoveryPromptButtonLimitAndCount.lua`
File: flowgraph/nodes/gameplay/recoveryPrompt/getRecoveryPromptButtonLimitAndCount.lua
Description: Activates or deactivates a button the recovery prompt. If a button is active, 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 |
|---|---|---|
id | string | ID for the button |
Output Pins
| Name | Type | Description |
|---|---|---|
limit | number | Limit for this button |
count | number | Count for this button |
Methods
C:postInit()C:workOnce(args)C:drawMiddle(builder, style)
See Also
- On Recovery Prompt Action - Related reference
- Set Recovery Prompt Active - Related reference
- Set Recovery Prompt Button - Related reference
- FlowGraph Guide - Guide