GOG GALAXY SDK Documentation
|
Listener for the event of entering a lobby. More...
#include <IMatchmaking.h>
Public Member Functions | |
virtual void | OnLobbyEntered (const GalaxyID &lobbyID, LobbyEnterResult result)=0 |
Notification for the event of entering a lobby. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< LOBBY_ENTERED > | |
static ListenerType | GetListenerType () |
Returns the type of the listener. More... | |
Listener for the event of entering a lobby.
|
pure virtual |
Notification for the event of entering a lobby.
It is called both after joining an existing lobby and after creating one.
[in] | lobbyID | The ID of the lobby. |
[in] | result | lobby enter result. |