API ReferenceGE ExtensionsflowgraphnodesgameplaydragRace
Get Drag Racer Status
**File:** `flowgraph/nodes/gameplay/dragRace/getRacerStatus.lua`
File: flowgraph/nodes/gameplay/dragRace/getRacerStatus.lua
Description: Get racer status information (lane, playable status, finish state, etc.) for a specific vehicle
Category: repeat_instant Tags: gameplay, utils
Input Pins
| Name | Type | Description |
|---|---|---|
vehId | number | ID of the vehicle |
Output Pins
| Name | Type | Description |
|---|---|---|
isPlayable | bool | True if this is the playable racer |
lane | number | Lane number assigned to this racer |
isDesqualified | bool | True if racer is disqualified |
desqualifiedReason | string | Reason for disqualification |
isFinished | bool | True if racer has finished the race |
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