API ReferenceGE Extensionsflowgraphnodesgameplayrace
ImGui Race Times
**File:** `flowgraph/nodes/gameplay/race/imRaceTimes.lua`
File: flowgraph/nodes/gameplay/race/imRaceTimes.lua
Description: Draws the race times for a vehicle in imgui.
Category: repeat_instant Tags: scenario
Data Fields
| Field | Default |
|---|---|
self.data.detailed | not self.data.detailed |
Input Pins
| Name | Type | Description |
|---|---|---|
raceData | table | Data from the race for other nodes to process. |
vehId | number | The Vehicle that should be tracked. |
Methods
C:init(mgr, ...)C:drawMiddle(builder, style)C:work(args)
See Also
- File Path - Related reference
- File Race - Related reference
- Move Veh to Start Position - Related reference
- FlowGraph Guide - Guide