Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Information specific to the LeaveLobbyCompleted type of state change.
Syntax
struct PFLobbyLeaveLobbyCompletedStateChange : PFLobbyStateChange {
PFLobbyHandle lobby;
const PFEntityKey* localUser;
void* asyncContext;
}
Members
lobby
PFLobbyHandle
must not be null
The lobby provided to the call associated with this state change.
localUser
const PFEntityKey*
may be nullptr
The local user provided to the call associated with this state change. May be null.
If this value is null it signifies that the title requested all local members leave the specified lobby.
asyncContext
void*
The async context provided to the call associated with this state change.
Requirements
Header: PFLobby.h