This article's documentation is for anything that uses the Source engine. Click here for more information.

Env fire trail: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "thumb|290px|right {{base point| env_fire_trail}} The trail of fire created on a destroyed npc_helicopter {{code class|CFireTrail|smoke_trail.cpp...")
 
m (Replacing {{base point}} with {{this is a}}. This operation was performed by a bot.)
Line 1: Line 1:
[[File:Env firetrail.png|thumb|290px|right]]
[[File:Env firetrail.png|thumb|290px|right]]
{{base point| env_fire_trail}} The trail of fire created on a destroyed [[npc_helicopter]]
{{this is a|point entity|name=env_fire_trail}} The trail of fire created on a destroyed [[npc_helicopter]]
{{code class|CFireTrail|smoke_trail.cpp}}
{{code class|CFireTrail|smoke_trail.cpp}}


==Keyvalues==
==Keyvalues==
{{KV BaseEntity}}
{{KV BaseEntity}}

Revision as of 23:20, 6 January 2024

Env firetrail.png

env_fire_trail is a point entity available in all Source Source games. The trail of fire created on a destroyed npc_helicopter

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

Keyvalues