i6engine
1.0
|
Handles the incoming messages on the scripting channel and calls the corresponding methods. More...
Protected Member Functions | |
PythonScriptingMailbox (PythonScriptingManager *m) | |
Constructor. More... | |
~PythonScriptingMailbox () | |
Destructor. More... | |
void | News (const api::GameMessage::Ptr &msg) const |
Handles incoming messages. More... | |
Friends | |
class | PythonScriptingController |
Handles the incoming messages on the scripting channel and calls the corresponding methods.
Definition at line 42 of file PythonScriptingMailbox.h.
|
explicitprotected |
Constructor.
|
inlineprotected |
Destructor.
Definition at line 54 of file PythonScriptingMailbox.h.
|
protected |
Handles incoming messages.
|
friend |
Definition at line 43 of file PythonScriptingMailbox.h.