prop_dynamic_glow

From Valve Developer Community
Revision as of 04:13, 10 August 2013 by Dmx6 (talk | contribs) (Created page with "{{DISPLAYTITLE:prop_dynamic_glow}} {{csgo point|prop_dynamic_glow}} ==Entity description== A prop that can be placed in hierarchy and can play animations. It can also be configu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

prop_dynamic_glow is a point entity available in Counter-Strike: Global Offensive Counter-Strike: Global Offensive.

Entity description

A prop that can be placed in hierarchy and can play animations. It can also be configured to break when it takes enough damage. Works exactly like a prop_dynamic, but it can optionally have a custom glow around it.

Keyvalues

Template:KV PropDynamicBase

Does the prop glow by default? ([todo internal name (i)]) <boolean>
Defines if the prop should glow by default.
Glow Color (R G B) ([todo internal name (i)]) <color255>
The color of the glow (if enabled).

Flags

Template:Fl PropDynamicBase

Inputs

Template:I PropDynamicBase

SetGlowEnabled <void>
Starts the glow.
SetGlowDisabled <void>
Stops the glow.
SetGlowColor <color255RedirectInput/color32>
Change the glow's color. Format: <Red 0-255> <Green 0-255> <Blue 0-255>
GlowColorRedValue <floatRedirectInput/float>
Sets the glow red color channel's value (0 - 255).
GlowColorGreenValue <floatRedirectInput/float>
Sets the glow green color channel's value (0 - 255).
GlowColorBlueValue <floatRedirectInput/float>
Sets the glow blue color channel's value (0 - 255).

Outputs

Template:O PropDynamicBase