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 327 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 335 of file asVector2d.cpp.
1.5.8