Go to the source code of this file.
Functions | |
void | bindRect (asIScriptEngine *engine) |
Binds all needed rect<T> objects to AngelScript. | |
std::string | getRectName (const std::string &asType) |
Gets the name of the rect<T> registered within AngelScript. |
void bindRect | ( | asIScriptEngine * | engine | ) |
Binds all needed rect<T> objects to AngelScript.
engine | Pointer to the AngelScript engine; |
Definition at line 210 of file asRect.cpp.
std::string getRectName | ( | const std::string & | asType | ) |
Gets the name of the rect<T> registered within AngelScript.
asType | The AngelScript name of the used template; |
Definition at line 218 of file asRect.cpp.