Go to the source code of this file.
Functions | |
void | bindVector2d (asIScriptEngine *engine) |
Binds all needed vector2d<T> objects to AngelScript. | |
std::string | getVector2dName (const std::string &asType) |
Gets the name of the vector2d<T> registered within AngelScript. |
void bindVector2d | ( | asIScriptEngine * | engine | ) |
Binds all needed vector2d<T> objects to AngelScript.
engine | Pointer to the AngelScript engine; |
Definition at line 296 of file asVector2d.cpp.
std::string getVector2dName | ( | const std::string & | asType | ) |
Gets the name of the vector2d<T> registered within AngelScript.
asType | The AngelScript name of the used template; |
Definition at line 304 of file asVector2d.cpp.