API ReferenceGE Extensionsflowgraphnodesgameplayrally
Rally Mode Handle Lap Change
**File:** `flowgraph/nodes/gameplay/rally/handleLapChange.lua`
File: flowgraph/nodes/gameplay/rally/handleLapChange.lua
Description: Updates with latest lap info.
Tags: rally
Input Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Inflow for this node. |
reset | flow | Inflow for this node. |
raceData | table | Race data. |
noteSearch | flow | Reset completed pacenotes to near car. |
lapChange | flow | When a lap changes. |
currLap | number | Current lap number. |
maxLap | number | Maximum lap number. |
Output Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Outflow from this node. |
Methods
C:init()C:work()
See Also
- Rally Mode Countdown - Related reference
- Rally Loop Synced Countdown - Related reference
- Rally Mode Create Ground Marker Route - Related reference
- FlowGraph Guide - Guide