API ReferenceGE Extensionsflowgraphnodesgameplayrallyloop
Rally Position Getter
**File:** `flowgraph/nodes/gameplay/rally/loop/rallyPositionGetter.lua`
File: flowgraph/nodes/gameplay/rally/loop/rallyPositionGetter.lua
Description: Gets positions from the current rally loop manager.
Category: repeat_instant Tags: rally
Input Pins
| Name | Type | Description |
|---|---|---|
pathData | table | Data from the path for other nodes to process. |
name | string | Name of the position to get; no value will use default. |
Output Pins
| Name | Type | Description |
|---|---|---|
pos | vec3 | The position. |
rot | quat | The rotation. |
Methods
C:_executionStarted()C:work()
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