This article's documentation is for anything that uses the Source engine. Click here for more information.

Env firesource: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.)
m (→‎top: Unicodifying, replaced: {{language subpage → {{langsp)
Line 1: Line 1:
<!-- When this page is updated to {{langsp}} or {{language subpage}} instead of {{lang}}, please move {{this is a}} to the base page, as it is automatically translated. -->{{lang}}[[File:env_firesource.png|left|link=]]{{this is a|name=env_firesource|e0}} It provides heat to all nearby {{ent|env_fire}} entities.
<!-- When this page is updated to {{langsp}} or {{langsp}} instead of {{lang}}, please move {{this is a}} to the base page, as it is automatically translated. -->{{lang}}[[File:env_firesource.png|left|link=]]{{this is a|name=env_firesource|e0}} It provides heat to all nearby {{ent|env_fire}} entities.


{{code class|CEnvFireSource|fire.cpp}}
{{code class|CEnvFireSource|fire.cpp}}

Revision as of 09:22, 8 January 2024

English (en)中文 (zh)Translate (Translate)
Env firesource.png

env_firesource is an e0 available in all Source Source games. It provides heat to all nearby env_fire entities.

C++ In code, it is represented by theCEnvFireSourceclass, defined in thefire.cppfile.

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_fires within the Radius.


Flags

Start On : [1]

Inputs

Enable
Enable fire source.
Disable
Disable fire source.


Outputs