Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Handler for when the operation started by a previous call to FindLobbies completed.
public delegate void OnLobbyFindLobbiesCompletedHandler(IList<LobbySearchResult> searchResults,
PFEntityKey searchingEntity, int result);
| parameter | description |
|---|---|
| searchResults | The results returned by the search operation. |
| searchingEntity | The entity provided to the call associated with this state change. |
| result | Indicates that the search lobbies operation Succeeded or provides the reason that it failed. |
See Also
- class LobbySearchResult
- class PFEntityKey
- class PlayFabMultiplayer
- namespace PlayFab.Multiplayer