API ReferenceGE ExtensionsflowgraphnodesgameplaydragRace
Get Drag Race Times
**File:** `flowgraph/nodes/gameplay/dragRace/dragTimes.lua`
File: flowgraph/nodes/gameplay/dragRace/dragTimes.lua
Description: get all the timers in real time for this vehId
Category: repeat_instant Tags: gameplay, utils
Input Pins
| Name | Type | Description |
|---|---|---|
vehId | number | ID of the vehicle |
Output Pins
| Name | Type | Description |
|---|---|---|
timer | number | Actual timer of the vehicle |
Methods
C:postInit()C:_executionStarted()C:updateInfos()C:work()
See Also
- Drag Race State - Related reference
- Generate Drag Race Opponents - Related reference
- Get Drag Race Winner Data - Related reference
- FlowGraph Guide - Guide