API ReferenceGE Extensionsflowgraphnodesgameplayrace
Race Start Transform
**File:** `flowgraph/nodes/gameplay/race/pathDefaultStartTransform.lua`
File: flowgraph/nodes/gameplay/race/pathDefaultStartTransform.lua
Description: Gives the Start Positions Transform of a Path. Useful for creating custom triggers.
Category: repeat_instant Tags: scenario, race
Data Fields
| Field | Default |
|---|---|
self.data.startBoxHeight | 1.5 |
self.data.startBoxLength | 5 |
self.data.startBoxWidth | 2 |
self.data.useStringMatch | false |
Input Pins
| Name | Type | Description |
|---|---|---|
pathData | table | Data from the path for other nodes to process. |
? | ? |
Output Pins
| Name | Type | Description |
|---|---|---|
existing | bool | True if the start position was found. |
pos | vec3 | The calculated position of this transform. |
origPos | vec3 | The original position of this transform. |
rot | quat | The rotation of this transform. |
scl | vec3 | The scale of this transform. |
Methods
C:init(mgr, ...)C:_executionStopped()C:work(args)
See Also
- File Path - Related reference
- File Race - Related reference
- im Race Times - Related reference
- FlowGraph Guide - Guide