API ReferenceGE ExtensionsflowgraphnodesgameplaydragRace
Get Drag Racer Data
**File:** `flowgraph/nodes/gameplay/dragRace/getRacerData.lua`
File: flowgraph/nodes/gameplay/dragRace/getRacerData.lua
Description: [LEGACY] Convenience node combining status and spawn data. Consider using
Category: repeat_instant Tags: gameplay, utils
Input Pins
| Name | Type | Description |
|---|---|---|
vehId | number | ID of the vehicle |
Output Pins
| Name | Type | Description |
|---|---|---|
isPlayable | bool | None |
lane | number | None |
isDesqualified | bool | None |
desqualifiedReason | string | None |
isFinished | bool | None |
Methods
C:_executionStarted()C:work()
See Also
- Drag Race State - Related reference
- Get Drag Race Times - Related reference
- Generate Drag Race Opponents - Related reference
- FlowGraph Guide - Guide