API ReferenceGE Extensionsflowgraphnodesgameplayrallyloop
Rally Loop Get Vehicle Position
**File:** `flowgraph/nodes/gameplay/rally/loop/getLoopVehiclePosition.lua`
File: flowgraph/nodes/gameplay/rally/loop/getLoopVehiclePosition.lua
Description: Gets the position of the vehicle from the current rally loop manager.
Category: once_instant Tags: rally
Input Pins
| Name | Type | Description |
|---|---|---|
vehId | number | Id of vehicle to move. |
name | string | Name of the start position to get; no value will use default. |
pathData | table | Data from the path for other nodes to process. |
Output Pins
| Name | Type | Description |
|---|---|---|
usedStartPos | bool | True if the start position was used. |
pos | vec3 | The position of the vehicle. |
rot | quat | The rotation of the vehicle. |
Methods
C:_executionStopped()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