API ReferenceGE Extensionsflowgraphnodesgameplayrace
Race Request Recovery
**File:** `flowgraph/nodes/gameplay/race/raceRequestRecovery.lua`
File: flowgraph/nodes/gameplay/race/raceRequestRecovery.lua
Description: Tries to recover the vehicle to the most recent recovery point.
Category: repeat_instant Tags: scenario
Input Pins
| Name | Type | Description |
|---|---|---|
raceData | table | Data from the race for other nodes to process. |
vehId | number | The Vehicle that should be tracked. |
Output Pins
| Name | Type | Description |
|---|---|---|
success | flow | Can Recover. |
fail | flow | Cannot recover. |
Methods
C:work(args)
See Also
- File Path - Related reference
- File Race - Related reference
- im Race Times - Related reference
- FlowGraph Guide - Guide