GOG GALAXY SDK Documentation
|
Listener for the event of changing the owner of a lobby. More...
#include <IMatchmaking.h>
Public Member Functions | |
virtual void | OnLobbyOwnerChanged (const GalaxyID &lobbyID, const GalaxyID &newOwnerID)=0 |
Notification for the event of someone else becoming the owner of a lobby. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< LOBBY_OWNER_CHANGE > | |
static ListenerType | GetListenerType () |
Returns the type of the listener. More... | |
Listener for the event of changing the owner of a lobby.
The event occurs when a lobby member is chosen to become the new owner of the lobby in place of the previous owner that apparently left the lobby, which should be explicitly indicated in a separate notification.