API ReferenceGE Extensionsflowgraphnodesgameplaydrift
Drift Race Path
**File:** `flowgraph/nodes/gameplay/drift/setDriftRacePath.lua`
File: flowgraph/nodes/gameplay/drift/setDriftRacePath.lua
Description: Uses a race path to set checkpoints, destination, starting pos ...
Category: repeat_instant Tags: gameplay, utils, drift
Input Pins
| Name | Type | Description |
|---|---|---|
racePath | string | Race path |
disableWrongWayAndDist | bool | Disabled the wrong way message and the distance remaining message |
Output Pins
| Name | Type | Description |
|---|---|---|
pathData | table | Data from the path for other nodes to process. |
waypoints | table | Waypoints from the race files |
Methods
C:work()
See Also
- Clear Drift - Related reference
- Drift Donut Detected - Related reference
- Drift Information - Related reference
- FlowGraph Guide - Guide