Env firesource: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Cleaned up!)
mNo edit summary
Line 2: Line 2:


==Entity Description==
==Entity Description==
An entity that provides heat to all nearby env_fire entities. Cannot be extinguished.
An entity that provides heat to all nearby [[env_fire]] entities. Cannot be extinguished.


==Keyvalues==
==Keyvalues==

Revision as of 04:10, 31 October 2005

Template:Wrongtitle

Entity Description

An entity that provides heat to all nearby env_fire entities. Cannot be extinguished.

Keyvalues

  • fireradius
<float> The radius around this entity in which to provide heat..
  • firedamage
<float> Amount of heat 'damage' to apply to env_fire entities within the radius.

Flags

  • 1 : Start On

Inputs

  • Enable
Enable fire source.
  • Disable
Disable fire source.

Outputs