Env firesource: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(updates BED TIME) |
||
Line 1: | Line 1: | ||
{{base point|env_firesource}} | {{lang|Env firesource}} | ||
[[File:env_firesource.png|left|link=]]{{base point|env_firesource}} It provides heat to all nearby {{ent|env_fire}} entities. | |||
{{code class|CEnvFireSource|fire.cpp}} | |||
{{clr}} | |||
{{ | |||
== Flags == | ==Flags== | ||
* 1 : Start On | *1: Start On | ||
== Inputs == | ==Keyvalues== | ||
{{KV|Radius (fireradius)|float|The radius around this entity in which to provide heat.}} | |||
{{KV|Intensity / Damage (firedamage)|float|Amount of heat "damage" to apply to <code>env_fire</code>s within the '''Radius'''.}} | |||
{{KV BaseEntity|css=1}} | |||
==Inputs== | |||
{{IO|Enable|Enable fire source.}} | {{IO|Enable|Enable fire source.}} | ||
{{IO|Disable|Disable fire source.}} | {{IO|Disable|Disable fire source.}} | ||
{{I | {{I BaseEntity|prel4d=1}} | ||
== Outputs == | ==Outputs== | ||
{{O | {{O BaseEntity|l4d=1}} |
Revision as of 19:12, 24 September 2018

Template:Base point It provides heat to all nearby env_fire entities.
Flags
- 1: Start On
Keyvalues
- Radius (fireradius) ([todo internal name (i)]) <float>
- The radius around this entity in which to provide heat.
- Intensity / Damage (firedamage) ([todo internal name (i)]) <float>
- Amount of heat "damage" to apply to
env_fire
s within the Radius.
Inputs
- Enable
- Enable fire source.
- Disable
- Disable fire source.