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

Env particle trail: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 3: Line 3:
{{CD|CEntityParticleTrail|file1=EntityParticleTrail.cpp}}
{{CD|CEntityParticleTrail|file1=EntityParticleTrail.cpp}}
{{this is a|point entity|name=env_particle_trail}} This entity creates a trail of particles inside a moving entity. It cannot be created directly in [[Hammer]], and the only entity that creates it is {{ent|trigger_vphysics_motion}}.
{{this is a|point entity|name=env_particle_trail}} This entity creates a trail of particles inside a moving entity. It cannot be created directly in [[Hammer]], and the only entity that creates it is {{ent|trigger_vphysics_motion}}.
[[Category:Particles]]

Latest revision as of 09:03, 7 August 2024

Stub

This article or section is a stub. You can help by expanding it.

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.
C++ Class hierarchy
CEntityParticleTrail
CBaseParticleEntity
CBaseEntity
C++ EntityParticleTrail.cpp

env_particle_trail is a point entity available in all Source Source games. This entity creates a trail of particles inside a moving entity. It cannot be created directly in Hammer, and the only entity that creates it is trigger_vphysics_motion.