Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Handler for when the operation started by a previous call to Leave completed.
public delegate void OnLobbyLeaveCompletedHandler(Lobby lobby, PFEntityKey localUser);
| parameter | description |
|---|---|
| lobby | The lobby involved with the operation. |
| localUser | 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. |
See Also
- class Lobby
- class PFEntityKey
- class PlayFabMultiplayer
- namespace PlayFab.Multiplayer