Plasma: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(more info)
(wrong file)
Line 2: Line 2:
{{base point|_plasma}} This is the effect that is created from an {{ent|env_fire}} when using the <code>Plasma</code> type of flame. The effect appears to have never been created.
{{base point|_plasma}} This is the effect that is created from an {{ent|env_fire}} when using the <code>Plasma</code> type of flame. The effect appears to have never been created.


{{code class|CPlasma|fire.cpp}}
{{code class|CPlasma|plasma.cpp}}

Revision as of 21:05, 5 August 2018

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 effect that is created from an env_fire when using the Plasma type of flame. The effect appears to have never been created.

C++ In code, it is represented by theCPlasmaclass, defined in theplasma.cppfile.