EF BRIGHTLIGHT: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
m (updated link)
Line 6: Line 6:
To use this effect, turn off SmartEdit mode and add the following keyvalue pair to the entity: <code>effects 2</code>.
To use this effect, turn off SmartEdit mode and add the following keyvalue pair to the entity: <code>effects 2</code>.


{{note|If it is desired to use this with other [[effects]], you should add the integer value of each effect to the value.}}
{{note|If it is desired to use this with other [[effects enum|effects]], you should add the integer value of each effect to the value.}}
[[Category:Constants]]
[[Category:Constants]]

Revision as of 17:29, 28 September 2006

Template:Wrongtitle EF_BRIGHTLIGHT is defined as 0x002, or 2.

This effect creates a dynamic light with an RGB value of 250 250 250 and a random radius of 400 to 431 at the origin.

To use this effect, turn off SmartEdit mode and add the following keyvalue pair to the entity: effects 2.

Note.pngNote:If it is desired to use this with other effects, you should add the integer value of each effect to the value.