API ReferenceGE Extensionsflowgraphnodesgameplayrace
Race Markers
**File:** `flowgraph/nodes/gameplay/race/raceMarkers.lua`
File: flowgraph/nodes/gameplay/race/raceMarkers.lua
Description: Displays the Race Markers for one Vehicle.
Category: repeat_instant Tags: scenario
Input Pins
| Name | Type | Description |
|---|---|---|
clear | flow | Clears markers. |
raceData | table | Data from the race for other nodes to process. |
vehId | number | The Vehicle that should be tracked. |
ignoreRecovery | bool | When true, recovery types are ignored. |
minAlpha | number | Opacity when vehicle is closest. |
maxAlpha | number | Opacity when vehicle is furthest. |
minDistance | number | Distance for closest opacity. |
maxDistance | number | Distance for furthest opacity. |
alwaysShowFinal | bool | Always show final Marker. |
Methods
C:init()C:work()C:onMinimapRouteOverride(routeOverrides)C:onDrawOnMinimap(td)C:onPreRender(dt, dtSim)C:_executionStopped()C:onClientEndMission()C:destroy()
See Also
- File Path - Related reference
- File Race - Related reference
- im Race Times - Related reference
- FlowGraph Guide - Guide