ZPlayFabLobbySearch - MarvelProgramming/Valheim-Networking-Wiki GitHub Wiki

bool get_IsDone()

void set_IsDone(bool value)

Queue`1[Int32] CreatePages()

void Update(float deltaTime)

void FindLobby()

void FindLobbyWithPagination(int page)

void RetryOrFail(string error)

void OnFindLobbyFailed(PlayFabError error)

void OnFindLobbySuccess(FindLobbiesResult result)

void JoinLobby(string lobbyId, string connectionString)

void OnJoinLobbySuccess(string lobbyId)

void OnJoinLobbyFailed(PlayFabError error, string lobbyId)

void DeliverLobby(LobbySummary lobbySummary)

void OnFindServersSuccess(FindLobbiesResult result)

void OnGetLobbySuccess(GetLobbyResult result)

void OnGetLobbyFailed(PlayFabError error)

PlayFabMatchmakingServerData ToServerData(GetLobbyResult result)

void OnFailed(ZPLayFabMatchmakingFailReason failReason)

void Cancel()

void QueueAPICall(QueueableAPICall apiCallDelegate)

void TickAPICallRateLimiter()