GOG GALAXY SDK Documentation
|
Listener for the event of creating a lobby. More...
#include <IMatchmaking.h>
Public Member Functions | |
virtual void | OnLobbyCreated (const GalaxyID &lobbyID, LobbyCreateResult result)=0 |
Notification for the event of creating a lobby. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< LOBBY_CREATED > | |
static ListenerType | GetListenerType () |
Returns the type of the listener. More... | |
Listener for the event of creating a lobby.
|
pure virtual |
Notification for the event of creating a lobby.
When the lobby is successfully created it is joined and ready to use. Since the lobby is entered automatically, an explicit notification for ILobbyEnteredListener will follow immediately.
[in] | lobbyID | The ID of the lobby. |
[in] | result | lobby create result. |