Template:KV Glow: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Added to Keyvalue Templates category)
m (-proper format for internal names)
Line 1: Line 1:
{{ScrollBox|title=Glow|
{{ScrollBox|title=Glow|
{{KV|Glow State (glowstate)|choices|
{{KV|Glow State|intn=glowstate|choices|
:* OFF
:* OFF
:* +use
:* +use
:* look-at
:* look-at
:* ON|only=L4d2}}
:* ON|only=L4d2}}
{{KV|Glow Range (glowrange)|int|Range at which the glow becomes visible. 0 means always visible.|only=L4d2}}
{{KV|Glow Range|intn=glowrange|int|Range at which the glow becomes visible. 0 means always visible.|only=L4d2}}
{{KV|Glow Range Min (glowrangemin)|int|Range at which the glow stops being visible. 0 means always visible.|only=L4d2}}
{{KV|Glow Range Min|intn=glowrangemin|int|Range at which the glow stops being visible. 0 means always visible.|only=L4d2}}
{{KV|Glow Color Override (R G B) (glowcolor)|color255|Change the render color of the glow.|only=L4d2}}
{{KV|Glow Color Override (R G B)|intn=glowcolor|color255|Change the render color of the glow.|only=L4d2}}
}}<noinclude>[[Category:Keyvalue Templates|Glow]]</noinclude>
}}<noinclude>[[Category:Keyvalue Templates|Glow]]</noinclude>

Revision as of 09:20, 19 September 2022

Glow:
Glow State (glowstate) <choices> (only in Left 4 Dead 2)
  • OFF
  • +use
  • look-at
  • ON
Glow Range (glowrange) <integer> (only in Left 4 Dead 2)
Range at which the glow becomes visible. 0 means always visible.
Glow Range Min (glowrangemin) <integer> (only in Left 4 Dead 2)
Range at which the glow stops being visible. 0 means always visible.
Glow Color Override (R G B) (glowcolor) <color255> (only in Left 4 Dead 2)
Change the render color of the glow.