Plasma: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(more info)
Line 1: Line 1:
{{ent not in fgd}}
{{ent not in fgd}}
{{base point|_plasma}}
{{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.
The effect that is created from an [[env_fire]] entity, when using the <code>Plasma</code> type of flame.
 
{{code class|CPlasma|fire.cpp}}

Revision as of 18:21, 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 thefire.cppfile.