API ReferenceGE Extensionsflowgraphnodesgameplayrallyloop
Rally Loop Init
**File:** `flowgraph/nodes/gameplay/rally/loop/loopInit.lua`
File: flowgraph/nodes/gameplay/rally/loop/loopInit.lua
Description: Do necessary loading for Rally Loop.
Category: once_instant Tags: rally
Input Pins
| Name | Type | Description |
|---|---|---|
vehId | number | Vehicle id. |
Output Pins
| Name | Type | Description |
|---|---|---|
success | flow | Outflow on successful initialization. |
failed | flow | Outflow on failed initialization. |
Methods
C:_executionStopped()C:_executionStopped()C:unloadExt()C:loadExt()C:workOnce()
See Also
- Rally Advance Loop Schedule - Related reference
- Rally Get Current Race Path - Related reference
- Rally Loop Get Execution Var - Related reference
- FlowGraph Guide - Guide