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