Go to the source code of this file.
Functions | |
void | bindLine3d (asIScriptEngine *engine) |
Binds all needed line3d<T> objects to AngelScript. | |
std::string | getLine3dName (const std::string &asType) |
Gets the name of the line3d<T> registered within AngelScript. |
void bindLine3d | ( | asIScriptEngine * | engine | ) |
Binds all needed line3d<T> objects to AngelScript.
engine | Pointer to the AngelScript engine; |
Definition at line 193 of file asLine3d.cpp.
std::string getLine3dName | ( | const std::string & | asType | ) |
Gets the name of the line3d<T> registered within AngelScript.
asType | The AngelScript name of the used template; |
Definition at line 201 of file asLine3d.cpp.