Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
CScriptBindParticle Class
CScriptBindParticle
Syntax
C++
class CScriptBindParticle : public CScriptableBase;

This class implements script-functions for particles and decals.

After initialization of the script-object it will be globally accessable through scripts using the namespace "Particle".

Particle.CreateDecal(pos, normal, scale, lifetime, decal.texture, decal.object, rotation)

Copyright (c) 2012. All rights reserved.