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

Env rockettrail: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "250px|thumb|right {{base point|env_rockettrail}} The flaming trail of the rpg_missile {{code class|RocketTrail|smoke_trail.cpp}} {{KVIO Base}}")
 
(available in all games)
 
(13 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{LanguageBar}}
{{Source topicon}}
{{Ent not in fgd|nolink=1}}
[[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]]
{{CD|RocketTrail|file1=smoke_trail.cpp}}
{{code class|RocketTrail|smoke_trail.cpp}}
{{this is a|point entity|name=env_rockettrail}} The flaming trail of the [[rpg_missile]]
 


{{KVIO Base}}
== See Also ==
* {{ent|env_smoketrail}}

Latest revision as of 08:27, 9 September 2024

English (en)Translate (Translate)

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.
Env rockettrail.png
C++ Class hierarchy
RocketTrail
CBaseParticleEntity
CBaseEntity
C++ smoke_trail.cpp

env_rockettrail is a point entity available in all Source Source games. The flaming trail of the rpg_missile

See Also