API ReferenceGE ExtensionsflowgraphnodesgameplaydragRace
Load Drag Race Data
**File:** `flowgraph/nodes/gameplay/dragRace/loadDragData.lua`
File: flowgraph/nodes/gameplay/dragRace/loadDragData.lua
Description: Load and initialize drag race data from a file. This should typically be called once at mission/race start.
Category: once_instant Tags: gameplay, utils
Input Pins
| Name | Type | Description |
|---|---|---|
filepath | string | File path of the dragData |
Output Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Flow output after loading |
success | bool | True if data loaded successfully |
Methods
C:workOnce()
See Also
- Drag Race State - Related reference
- Get Drag Race Times - Related reference
- Generate Drag Race Opponents - Related reference
- FlowGraph Guide - Guide