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 (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
(-added class hierarchy, cleanup)
Line 1: Line 1:
{{langsp}}
{{langsp}}
[[File:Env rockettrail.png|250px|thumb|right]]
[[File:Env rockettrail.png|250px|thumb|right]]
{{this is a|point entity|name=env_rockettrail}} The flaming trail of the [[rpg_missile]]
{{CD2|RocketTrail|file1=smoke_trail.cpp}}


{{this is a|point entity|name=env_rockettrail}}
== See Also ==
 
* {{ent|env_smoketrail}}
{{Code class|RocketTrail|smoke_trail.cpp}}
 
== Description ==
The flaming trail of the [[rpg_missile]]
 
{{KVIO Base}}

Revision as of 10:10, 18 June 2024

English (en)Translate (Translate)
Env rockettrail.png

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

C++ class hierarchy
RocketTrail defined in C++ smoke_trail.cpp
CBaseParticleEntity
CBaseEntity


See Also