Env movieexplosion: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(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...")
 
mNo edit summary
Line 1: Line 1:
[[File:Env movieexplosion.png|250px|thumb|right]]
{{ent not in fgd}}
{{ent not in fgd}}
{{base point|env_movieexplosion}}
{{base point|env_movieexplosion}}
{{code class|MovieExplosion|movie_explosion.cpp}}
==Entity Description==
==Entity Description==
Creates an explosion of orange particles textured with <code>particles/particle_sphere</code>
Creates an explosion of orange particles textured with <code>particles/particle_sphere</code>
Line 8: Line 10:
[
[
]</pre>
]</pre>
{{code class|MovieExplosion|movie_explosion.cpp}}

Revision as of 11:45, 8 February 2021

Env movieexplosion.png
Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.

Template:Base point

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

Entity Description

Creates an explosion of orange particles textured with particles/particle_sphere

FGD Code

@PointClass base(Targetname) = env_movieexplosion
[
]