Env rockettrail: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Reorganize.)
Line 1: Line 1:
{{Ent not in fgd}}
{{Ent not in fgd}}
[[File:Env rockettrail.png|250px|thumb|right]]
[[File:Env rockettrail.png|250px|thumb|right]]
{{base point|env_rockettrail}} The flaming trail of the [[rpg_missile]]
{{base point|env_rockettrail}}
{{code class|RocketTrail|smoke_trail.cpp}}
{{code class|RocketTrail|smoke_trail.cpp}}
<br>
==Description==
<br>
The flaming trail of the [[rpg_missile]]
<br>
 


{{KVIO Base}}
{{KVIO Base}}

Revision as of 13:48, 26 April 2022

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

Template:Base point

C++ In code, it is represented by theRocketTrailclass, defined in thesmoke_trail.cppfile.

Description

The flaming trail of the rpg_missile

Template:KVIO Base