API ReferenceGE Extensionsflowgraphnodesgameplayrallyloop
Rally Loop Get Execution Var
**File:** `flowgraph/nodes/gameplay/rally/loop/getLoopExecutionVar.lua`
File: flowgraph/nodes/gameplay/rally/loop/getLoopExecutionVar.lua
Description: Gets the execution variable from the current rally loop manager.
Category: once_instant Tags: rally
Input Pins
| Name | Type | Description |
|---|---|---|
name | string | Name of the execution variable to get. |
Output Pins
| Name | Type | Description |
|---|---|---|
value | any | Value of the execution variable. |
exists | bool | If the execution variable exists. |
Methods
C:_executionStopped()C:workOnce()
See Also
- Rally Advance Loop Schedule - Related reference
- Rally Get Current Race Path - Related reference
- Rally Loop Get Service Out TC - Related reference
- FlowGraph Guide - Guide