Go to the source code of this file.
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. |
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.