Index

SetDecalColor

SetDecalColor(<-decal <-color)

Description

Sets the color (V4) of a decal. A decal is specified by its ID (shown in the decal editor pane). The color value should be a Vector4 (V4) containing the r,g,b,a values of a color

Examples

SetDecalColor(<-decalID V4(1,0,0,1))

Index