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 | bindScriptManager (asIScriptEngine *engine) |
Binds the EntityManager class to AngelScript so that it can be used within scripts. | |
void | MessageCallback (const asSMessageInfo *msg, void *param) |
Implements a message callback function for AngelScript. | |
template<typename A , typename B > | |
B * | asRefCast (A *a) |
Global function for AngelScript's ref casting. |
B* asRefCast | ( | A * | a | ) | [inline] |
void bindScriptManager | ( | asIScriptEngine * | engine | ) |
Binds the EntityManager class to AngelScript so that it can be used within scripts.
Definition at line 309 of file ScriptManager.cpp.
void MessageCallback | ( | const asSMessageInfo * | msg, | |
void * | param | |||
) |
Implements a message callback function for AngelScript.
Definition at line 358 of file ScriptManager.cpp.