Go to the source code of this file.
Functions | |
| void | bindEntityComponent (asIScriptEngine *engine) |
| Binds the EntityComponent class to AngelScript. | |
| template<typename T > | |
| void | bindEntityComponentBase (asIScriptEngine *engine, const char *type) |
| Binds the base behaviours and methods of the EntityComponent to the given class in AngelScript. | |
| void bindEntityComponent | ( | asIScriptEngine * | engine | ) |
Binds the EntityComponent class to AngelScript.
Definition at line 33 of file asEntityComponent.cpp.
| void bindEntityComponentBase | ( | asIScriptEngine * | engine, | |
| const char * | type | |||
| ) | [inline] |
Binds the base behaviours and methods of the EntityComponent to the given class in AngelScript.
Definition at line 34 of file asEntityComponent.h.
1.5.8