Go to the source code of this file.
Classes | |
| class | ScriptManager |
| The Script Manager is the central interface point to all script related functions of this program. More... | |
Functions | |
| void | asMessageCallback (const asSMessageInfo *msg, void *param) |
| Implements a message callback function for AngelScript. | |
| void | asEcho (const std::string &msg) |
| Implements a way to output a message. | |
| void asEcho | ( | const std::string & | msg | ) |
| void asMessageCallback | ( | const asSMessageInfo * | msg, | |
| void * | param | |||
| ) |
Implements a message callback function for AngelScript.
Definition at line 408 of file ScriptManager.cpp.
1.5.8