API ReferenceGE Extensionsflowgraphnodesgameplayrace
Race Recovery Available
**File:** `flowgraph/nodes/gameplay/race/raceRecoveryAvailable.lua`
File: flowgraph/nodes/gameplay/race/raceRecoveryAvailable.lua
Description: Lets the flow through when a vehicle hs 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 |
|---|---|---|
true | flow | Outflow from this node when a recovery is availble. |
false | flow | Outflow from this node. |
Methods
C:work()
See Also
- File Path - Related reference
- File Race - Related reference
- im Race Times - Related reference
- FlowGraph Guide - Guide