Env firesensor

From Valve Developer Community
Revision as of 02:11, 30 October 2005 by Hurricaaane (talk | contribs)
Jump to navigation Jump to search
Broom icon.png
This article or section needs to be cleaned up to conform to a higher standard of quality.
For help, see the VDC Editing Help and Wikipedia cleanup process. Also, remember to check for any notes left by the tagger at this article's talk page.

Template:Wrongtitle

Entity Description

An entity that detects changes in heat nearby.

Keyvalues

  • fireradius
<float> The radius around this entity in which to detect heat changes.
  • heatlevel
<float> The target heat level to check for. Outputs are fired when the heat moves over this target level (increasing or decreasing).
  • heattime
<float> The amount of time the heat level must spend over the target level before the 'OnHeatLevelStart' output is fired.

Flags

  • ? : Start On

Inputs

  • Enable
Enable fire sensor.
  • Disable
Disable fire sensor.

Outputs

OnHeatLevelStart Fires when the heat level has been sustained for the specified length of time.

OnHeatLevelEnd Fires when the heat level drops below the target level.

  • OnHeatLevelStart
Fires when the heat level has been sustained for the specified length of time.
  • OnHeatLevelEnd
OnHeatLevelEnd Fires when the heat level drops below the target level.