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)
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.)
Line 2: Line 2:
[[File:Env rockettrail.png|250px|thumb|right]]
[[File:Env rockettrail.png|250px|thumb|right]]


{{Entity|type=e0|env_rockettrail}}
{{this is a|name=env_rockettrail|e0}}


{{Code class|RocketTrail|smoke_trail.cpp}}
{{Code class|RocketTrail|smoke_trail.cpp}}

Revision as of 14:10, 4 January 2024

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

env_rockettrail is an e0 available in all Source Source games.

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

Description

The flaming trail of the rpg_missile

Template:KVIO Base