Go to the source code of this file.
Functions | |
EntityComponent * | createEntityComponent (Entity *parent) |
Reference factory for the EntityComponent class. | |
void | bindEntityComponent (asIScriptEngine *engine) |
Binds the EntityComponent class to AngelScript. |
void bindEntityComponent | ( | asIScriptEngine * | engine | ) |
Binds the EntityComponent class to AngelScript.
Definition at line 33 of file asEntityComponent.cpp.
EntityComponent* createEntityComponent | ( | Entity * | parent | ) |
Reference factory for the EntityComponent class.
Definition at line 27 of file asEntityComponent.cpp.