API ReferenceGE Extensionsflowgraphnodesgameplay
Decal Single
**File:** `flowgraph/nodes/gameplay/decalSingle.lua`
File: flowgraph/nodes/gameplay/decalSingle.lua
Description: Draws a single decal in the world.
Category: repeat_instant Tags: util, draw
Input Pins
| Name | Type | Description |
|---|---|---|
pos | vec3 | Decal position. |
rot | quat | Decal rotation. |
scl | vec3 | Decal scale. |
decalPath | string | The path of the decal to be used. |
clrA | color | Primary color of the decal. |
clrB | color | Secondary color of the decal. |
clrFrequency | number | Frequency of the color change. |
Methods
C:init()C:work()
See Also
- Allow Walking - Related reference
- Blacklist Walking - Related reference
- Can Enter From Walking - Related reference
- FlowGraph Guide - Guide