i6engine
1.0
|
Extracts the contents of incoming messages on the "Object" channel and calls the corresponding methods. More...
#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/modules/object/ObjectMailbox.h>
Protected Member Functions | |
ObjectMailbox (ObjectManager *manager) | |
constructor More... | |
~ObjectMailbox () | |
destructor More... | |
void | NewsObjectManager (const api::GameMessage::Ptr &msg) const |
Handles messages for the Object Manager. More... | |
void | NewsComponent (const api::GameMessage::Ptr &msg) const |
Handles messages for Components. More... | |
void | NewsObject (const api::GameMessage::Ptr &msg) const |
Handles messages for Components. More... | |
Friends | |
class | ObjectController |
Extracts the contents of incoming messages on the "Object" channel and calls the corresponding methods.
Definition at line 43 of file ObjectMailbox.h.
|
explicitprotected |
constructor
|
protected |
destructor
|
protected |
Handles messages for Components.
objMessage | Any message on the channel |
|
protected |
Handles messages for Components.
objMessage | Any message on the channel |
|
protected |
Handles messages for the Object Manager.
objMessage | Any message on the channel |
|
friend |
Definition at line 44 of file ObjectMailbox.h.