Light: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (kind of minor, but anyway...)
m (→‎See Also: broken link)
Line 38: Line 38:


==See Also==
==See Also==
{{brokenlink}}


* [[point_spotlight]]
* [[point_spotlight]]

Revision as of 14:26, 28 May 2006

Template:Wrongtitle

Entity Description

Light.png

An invisible light source. Can be turned on and off through inputs. The light entity is basic yet essential to almost every map.

Keyvalues

Flags

  • 1 : Initially Off

Inputs

  • TurnOn
Turns the light on.
  • TurnOff
Turns the light off.
  • Toggle
Toggles the light on or off.
  • SetPattern
Sets the light's custom appearance to the input's parameters.
  • FadeToPattern
Fades from the light's old pattern to the new one.

Outputs

See Also