API ReferenceGE Extensionsflowgraphnodesgameplayrally
Rally Mode Set NoteSearch
**File:** `flowgraph/nodes/gameplay/rally/setNoteSearch.lua`
File: flowgraph/nodes/gameplay/rally/setNoteSearch.lua
Description: Searches for nearest pacenotes instead of next.
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. |
recoveredTo | table | The recovery point the vehicle was recovered to. |
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