API ReferenceGE Extensionsflowgraphnodesgameplayrace
Race End Transform
**File:** `flowgraph/nodes/gameplay/race/pathEndTransform.lua`
File: flowgraph/nodes/gameplay/race/pathEndTransform.lua
Description: Gives the End Pathnode Transform of a Path. Useful for creating custom triggers.
Category: repeat_instant Tags: scenario
Input Pins
| Name | Type | Description |
|---|---|---|
pathData | table | Data from the path for other nodes to process. |
Output Pins
| Name | Type | Description |
|---|---|---|
endExists | flow | Outflow if the end node exists. |
endDoesNotExist | flow | Outflow if the end node does not exist. |
existing | bool | True if the transform was found |
pos | vec3 | The position of this transform. |
dirVec | vec3 | The direction vector of this transform. |
radius | number | The radius 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