API ReferenceGE Extensionsflowgraphnodesgameplay
Groundmarkers
**File:** `flowgraph/nodes/gameplay/groundmarkers.lua`
File: flowgraph/nodes/gameplay/groundmarkers.lua
Description: Creates markers that show the way to the chosen waypoint.
Category: repeat_instant Tags: arrow, path, route, destination, navigation Dependencies: core_groundMarkers
Data Fields
| Field | Default |
|---|---|
self.data.color | { 0.2, 0.53, 1, 1 } |
self.data.fadeEnd | 150 |
self.data.fadeStart | 100 |
self.data.step | 8 |
Input Pins
| Name | Type | Description |
|---|---|---|
clear | flow | Reset the markers |
? | ? | |
color | color | |
cutOffDrivability | number | The drivability value, above which the road is penalized in planning (Optional) |
penaltyAboveCutoff | number | The penalty above the cutoff drivability (Optional) |
penaltyBelowCutoff | number | The penalty below the cutoff drivability (Optional) |
threshold | number | Threshold for checking if the target has changed |
Methods
C:init(mgr, ...)C:hasNewTarget()C:work(args)C:_executionStopped()C:_executionStarted()
See Also
- Allow Walking - Related reference
- Blacklist Walking - Related reference
- Can Enter From Walking - Related reference
- FlowGraph Guide - Guide