API ReferenceGE Extensionsflowgraphnodesgameplayrace
Race Recovery Used
**File:** `flowgraph/nodes/gameplay/race/raceRecoveryUsed.lua`
File: flowgraph/nodes/gameplay/race/raceRecoveryUsed.lua
Description: Lets the flow through when a vehicle hs used a recovery.
Category: logic Tags: scenario
Input Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Inflow for this node. |
raceData | table | Data from the race for other nodes to process. |
vehId | number | The Vehicle that should be tracked. |
Output Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Outflow from this node. |
impulse | flow | Outflow from this node. |
recoveriesUsed | number | Total times the vehicle has been recovered in this race |
recoveredTo | table | The recovery point the vehicle was recovered to. |
Methods
C:work(args)
See Also
- File Path - Related reference
- File Race - Related reference
- im Race Times - Related reference
- FlowGraph Guide - Guide