Env movieexplosion

From Valve Developer Community
Revision as of 11:37, 8 February 2021 by Gatelych83 (talk | contribs) (Created page with "{{ent not in fgd}} {{base point|env_movieexplosion}} ==Entity Description== Creates an explosion of orange particles textured with <code>particles/particle_sphere</code> ==FG...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.

Template:Base point

Entity Description

Creates an explosion of orange particles textured with particles/particle_sphere

FGD Code

@PointClass base(Targetname) = env_movieexplosion
[
]


C++ In code, it is represented by theMovieExplosionclass, defined in themovie_explosion.cppfile.