GOG GALAXY SDK Documentation
|
Listener for the event of receiving a lobby message. More...
#include <IMatchmaking.h>
Public Member Functions | |
virtual void | OnLobbyMessageReceived (const GalaxyID &lobbyID, const GalaxyID &senderID, uint32_t messageID, uint32_t messageLength)=0 |
Notification for the event of receiving a lobby message. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< LOBBY_MESSAGE > | |
static ListenerType | GetListenerType () |
Returns the type of the listener. More... | |
Listener for the event of receiving a lobby message.
|
pure virtual |
Notification for the event of receiving a lobby message.
To read the message you need to call IMatchmaking::GetLobbyMessage().
[in] | lobbyID | The ID of the lobby. |
[in] | senderID | The ID of the sender. |
[in] | messageID | The ID of the message. |
[in] | messageLength | Length of the message. |