API ReferenceGE Extensionsflowgraphnodesgameplayrally
Rally Move Vehicle To
**File:** `flowgraph/nodes/gameplay/rally/rallyMoveVehicleTo.lua`
File: flowgraph/nodes/gameplay/rally/rallyMoveVehicleTo.lua
Description: Moves a vehicle so its front-bottom is at the specified position and rotation.
Category: repeat_instant Tags: rally
Input Pins
| Name | Type | Description |
|---|---|---|
vehId | number | Id of vehicle to move. |
pos | vec3 | Target position for vehicle front-bottom. |
rot | quat | Target rotation. |
Methods
C:work(args)
See Also
- Rally Mode Countdown - Related reference
- Rally Loop Synced Countdown - Related reference
- Rally Mode Create Ground Marker Route - Related reference
- FlowGraph Guide - Guide