Light

From Valve Developer Community
Revision as of 16:28, 13 September 2006 by Andreasen (talk | contribs) (Added link, and explained link list.)
Jump to navigation Jump to search

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.

See Also

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