G.ParticleEffect

From GMod Wiki

Jump to: navigation, search
Function
Syntax ParticleEffect( String name, Vector pos, Angle angle, Entity entity )
Where is this used?
Description:
Creates a particle effect using the Orange Box particle system.
Returns: nil
Part of Library: Global Functions
Realm: NewerShared.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=G.ParticleEffect]G.ParticleEffect [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]


Examples

DescriptionCreates the TF2 midair explosion at the world origin.
Used onNewerShared.png
Code
ParticleEffect("ExplosionCore_MidAir",Vector(0,0,0),Angle(0,0,0),nil)
OutputN/A


Additional Notes

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox