Env firesensor: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Hurricaaane (talk | contribs) No edit summary  | 
				Hurricaaane (talk | contribs)   (Cleaned up!)  | 
				||
| Line 1: | Line 1: | ||
{{wrongtitle|title=env_firesensor}}  | {{wrongtitle|title=env_firesensor}}  | ||
| Line 9: | Line 8: | ||
* {{kv targetname}}  | * {{kv targetname}}  | ||
*{{kv parentname}}  | * {{kv parentname}}  | ||
* '''fireradius'''  | * '''fireradius'''  | ||
| Line 22: | Line 21: | ||
==Flags==  | ==Flags==  | ||
*   | * 1 : Start On  | ||
==Inputs==  | ==Inputs==  | ||
| Line 38: | Line 37: | ||
* {{o targetname}}  | * {{o targetname}}  | ||
*'''OnHeatLevelStart'''  | *'''OnHeatLevelStart'''  | ||
Revision as of 01:14, 30 October 2005
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
- 1 : 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
 
- OnHeatLevelEnd Fires when the heat level drops below the target level.