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