API ReferenceGE ExtensionsflowgraphnodesgameplaydragRace
Get Drag Racer Spawn Point
**File:** `flowgraph/nodes/gameplay/dragRace/getRacerSpawnPoint.lua`
File: flowgraph/nodes/gameplay/dragRace/getRacerSpawnPoint.lua
Description: Get spawn position and rotation for a racer\
Category: repeat_instant Tags: gameplay, utils
Input Pins
| Name | Type | Description |
|---|---|---|
vehId | number | ID of the vehicle to get spawn point for |
Output Pins
| Name | Type | Description |
|---|---|---|
spawnPos | vec3 | Spawn position for this racer's lane |
spawnRot | quat | Spawn rotation for this racer's lane |
lane | number | Lane number (from racer data) |
available | bool | True if spawn data is available |
Methods
C:_executionStarted()C:work()
See Also
- Drag Race State - Related reference
- Get Drag Race Times - Related reference
- Generate Drag Race Opponents - Related reference
- FlowGraph Guide - Guide