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

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...")
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:Env movieexplosion.png|250px|thumb|right]]
{{ent not in fgd}}
{{ent not in fgd}}
{{base point|env_movieexplosion}}
{{CD|MovieExplosion|file1=movie_explosion.cpp}}
==Entity Description==
{{This is a|entity|name=env_movieexplosion}}
 
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}}

Latest revision as of 14:34, 23 September 2024

Env movieexplosion.png
Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.
C++ Class hierarchy
MovieExplosion
CBaseParticleEntity
CBaseEntity
C++ movie_explosion.cpp

env_movieexplosion is an entity available in all Source Source games.

Creates an explosion of orange particles textured with particles/particle_sphere

FGD Code

@PointClass base(Targetname) = env_movieexplosion
[
]