Go to the source code of this file.
Functions | |
void | bindAabbox3d (asIScriptEngine *engine) |
Binds all needed aabbox3d<T> objects to AngelScript. | |
std::string | getAabbox3dName (const std::string &asType) |
Gets the name of the aabbox3d<T> registered within AngelScript. |
void bindAabbox3d | ( | asIScriptEngine * | engine | ) |
Binds all needed aabbox3d<T> objects to AngelScript.
engine | Pointer to the AngelScript engine |
Definition at line 215 of file asAabbox3d.cpp.
std::string getAabbox3dName | ( | const std::string & | asType | ) |
Gets the name of the aabbox3d<T> registered within AngelScript.
asType | The AngelScript name of the used template; |
Definition at line 223 of file asAabbox3d.cpp.