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


{{this is a|name=env_rockettrail|e0}}
{{this is a|point entity|name=env_rockettrail}}


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

Revision as of 19:56, 17 May 2024

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

env_rockettrail is a point entity 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