API ReferenceGE Extensionsflowgraphnodesgameplayrally
Rally Mode Session Start
**File:** `flowgraph/nodes/gameplay/rally/sessionStart.lua`
File: flowgraph/nodes/gameplay/rally/sessionStart.lua
Description: Do necessary loading for Rally Mode.
Category: once_instant Tags: rally
Input Pins
| Name | Type | Description |
|---|---|---|
vehId | number | Vehicle id. |
fireEvents | bool | Fire events. |
disableOnStart | bool | Disable pacenotes playback initially (dont forget to re-enable after countdown). |
Output Pins
| Name | Type | Description |
|---|---|---|
loopPrefab | string | Loop prefab to load. |
Methods
C:_executionStopped()C:unloadExt()C:loadExt()C:workOnce()
See Also
- Rally Mode Countdown - Related reference
- Rally Loop Synced Countdown - Related reference
- Rally Mode Create Ground Marker Route - Related reference
- FlowGraph Guide - Guide