API ReferenceGE ExtensionsflowgraphnodesgameplaydragRace
Start Drag Race
**File:** `flowgraph/nodes/gameplay/dragRace/startDragRace.lua`
File: flowgraph/nodes/gameplay/dragRace/startDragRace.lua
Description: Start the drag race activity. Use after vehicles are set up.
Category: once_instant Tags: gameplay, utils
Input Pins
| Name | Type | Description |
|---|---|---|
lane | number | Lane number for freeroam context (optional) |
Output Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Flow output after starting |
success | bool | True if race started 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