Go to the source code of this file.
Functions | |
| void | bindSceneComponent (asIScriptEngine *engine) |
| Binds the SceneComponent class to AngelScript. | |
| template<typename T > | |
| void | bindSceneComponentBase (asIScriptEngine *engine, const char *type) |
| Binds the base behaviours and methods of the SceneComponent to the given class in AngelScript. | |
| void bindSceneComponent | ( | asIScriptEngine * | engine | ) |
| void bindSceneComponentBase | ( | asIScriptEngine * | engine, | |
| const char * | type | |||
| ) | [inline] |
Binds the base behaviours and methods of the SceneComponent to the given class in AngelScript.
Definition at line 36 of file asSceneComponent.h.
1.5.8