Go to the source code of this file.
Functions | |
ParticleSysComponent * | createParticleSysComponent (Entity *parent, const vector3df &scale) |
Reference factory for the ParticleSysComponent class. | |
void | bindParticleSysComponent (asIScriptEngine *engine) |
Binds the ParticleSysComponent class to AngelScript. |
void bindParticleSysComponent | ( | asIScriptEngine * | engine | ) |
Binds the ParticleSysComponent class to AngelScript.
Definition at line 34 of file asParticleSysComponent.cpp.
ParticleSysComponent* createParticleSysComponent | ( | Entity * | parent, | |
const vector3df & | scale | |||
) |
Reference factory for the ParticleSysComponent class.
Definition at line 28 of file asParticleSysComponent.cpp.