Firesmoke: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(I just tested this myself.)
(wrong file)
Line 3: Line 3:
{{base point|_firesmoke}} This is the group of particle effects created by an {{ent|env_fire}}, including the flames. It does not control the damage done to a player standing inside the fire.
{{base point|_firesmoke}} This is the group of particle effects created by an {{ent|env_fire}}, including the flames. It does not control the damage done to a player standing inside the fire.


{{code class|CFireSmoke|fire.cpp}}
{{code class|CFireSmoke|fire_smoke.cpp}}

Revision as of 21:06, 5 August 2018

Env fire.jpg
Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.

Template:Base point This is the group of particle effects created by an env_fire, including the flames. It does not control the damage done to a player standing inside the fire.

C++ In code, it is represented by theCFireSmokeclass, defined in thefire_smoke.cppfile.