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
m (→‎top: clean up, replaced: {{Language subpage → {{langsp)
(available in all games)
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{langsp}}
{{LanguageBar}}
{{Source topicon}}
{{Ent not in fgd|nolink=1}}
 
[[File:Env rockettrail.png|250px|thumb|right]]
[[File:Env rockettrail.png|250px|thumb|right]]
{{CD|RocketTrail|file1=smoke_trail.cpp}}
{{this is a|point entity|name=env_rockettrail}} The flaming trail of the [[rpg_missile]]


{{Entity|type=e0|env_rockettrail}}
== See Also ==
 
* {{ent|env_smoketrail}}
{{Code class|RocketTrail|smoke_trail.cpp}}
 
== Description ==
The flaming trail of the [[rpg_missile]]
 
{{KVIO Base}}

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