API ReferenceGE Extensionsflowgraphnodesgameplay
Decal Path
**File:** `flowgraph/nodes/gameplay/decalPath.lua`
File: flowgraph/nodes/gameplay/decalPath.lua
Description: Draws an animated decal from point A to point B, along a route.
Category: repeat_instant Tags: util, draw, route
Input Pins
| Name | Type | Description |
|---|---|---|
posA | vec3 | Start position of the route. |
posB | vec3 | End position of the route. |
speed | number | Animation speed of the decal. |
spacing | number | Spacing between decal instances. |
decalColor | color | Decal color. |
Methods
C:init()C:getNewDecal()C:_executionStarted()C:increaseDecalPool(max)C:work()
See Also
- Allow Walking - Related reference
- Blacklist Walking - Related reference
- Can Enter From Walking - Related reference
- FlowGraph Guide - Guide