Env rockettrail: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (updated to {{entity}})
mNo edit summary
Line 1: Line 1:
{{Ent not in fgd}}
{{Language subpage}}
[[File:Env rockettrail.png|250px|thumb|right]]
[[File:Env rockettrail.png|250px|thumb|right]]
{{entity|type=e0|env_rockettrail}}
 
{{code class|RocketTrail|smoke_trail.cpp}}
{{Entity|type=e0|env_rockettrail}}
==Description==
 
{{Code class|RocketTrail|smoke_trail.cpp}}
 
== Description ==
The flaming trail of the [[rpg_missile]]
The flaming trail of the [[rpg_missile]]


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

Revision as of 14:46, 18 March 2023

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

Template:Entity

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

Description

The flaming trail of the rpg_missile

Template:KVIO Base