API ReferenceGE ExtensionsflowgraphnodesgameplaydragRace
Drag Race State
**File:** `flowgraph/nodes/gameplay/dragRace/dragRaceState.lua`
File: flowgraph/nodes/gameplay/dragRace/dragRaceState.lua
Description: Monitor drag race state and provide real-time status information. Pure monitoring node with no actions.
Category: repeat_instant Tags: gameplay, utils
Output Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Outflow for this node. |
started | flow | Impulse when race transitions to started |
completed | flow | Impulse when race transitions to completed |
isStarted | bool | Current started state (true if race is active) |
isCompleted | bool | Current completed state (true if race finished) |
dragType | string | Type of drag race (drag, bracketRace, headsUpRace) |
context | string | Context (freeroam, activity, etc.) |
Methods
C:_executionStarted()C:work()
See Also
- Get Drag Race Times - Related reference
- Generate Drag Race Opponents - Related reference
- Get Drag Race Winner Data - Related reference
- FlowGraph Guide - Guide