class OnlineServicesSource
Members 21
static ref ScriptInvoker m_FriendsAsyncInvoker = new ScriptInvoker()Referenced by OnFriendsAsync()
static ref ScriptInvoker m_PermissionsAsyncInvoker = new ScriptInvoker()static ref ScriptInvoker m_ServersAsyncInvoker = new ScriptInvoker()static ref ScriptInvoker m_ServerAsyncInvoker = new ScriptInvoker()static ref ScriptInvoker m_MuteUpdateAsyncInvoker = new ScriptInvoker()DEPRECATED
static ref ScriptInvoker m_ServerModLoadAsyncInvoker = new ScriptInvoker()static BiosClientServices m_ClientServicesReferenced by ClientData.SyncEvent_OnRecievedPlayerList(), AutoConnectToEmptyServer(), CheckUpdate()
Show 24 more
, EnterGameplaySession(), GetCachedFavServerInfo(), GetClientServices(), GetCurrentServerInfo(), GetFavoriteServers(), GetServerModList(), GetSession(), GetSessionHandle(), IsInitialized(), LeaveGameplaySession(), LoadFriends(), LoadMPPrivilege(), LoadPermissions(), LoadServers(), LoadVoicePrivilege(), OnAutoConnectToEmptyServer(), PromptUpdate(), SetGameplayActivity(), SetMultiplayState(), SetPendingInviteList(), SetServerFavorited(), SetSessionHandle(), ShowInviteScreen(), and ShowUserProfile()static ref TrialService m_TrialServiceprotected static string m_InviteServerIPprotected static int m_InviteServerPortprotected static string m_CurrentServerIPReferenced by ClearCurrentServerInfo(), GetCurrentServerInfo(), LeaveGameplaySession()
Show 1 more
, OnLoadServersAsync()protected static int m_CurrentServerPortReferenced by ClearCurrentServerInfo(), GetCurrentServerInfo(), LeaveGameplaySession()
Show 1 more
, OnLoadServersAsync()protected static ref GetServersResultRow m_CurrentServerInfoprotected static ref map<string, ref BiosFriendInfo> m_FriendsListprotected static ref map<string, ref BiosPrivacyPermissionResultArray> m_PermissionsListprotected static bool m_FirstFriendsLoad = trueprotected static bool m_MultiplayState = falseprotected static ref BiosUser m_BiosUserstatic int m_AutoConnectTries = 0Methods 50
static void Init()References map.Clear(), map.Clear(), map.Clear()
Show 5 more
, GetClientServices(), m_FriendsList, m_MuteList, m_PermissionsList, and m_TrialServiceReferenced by DayZGame.OnEvent()
static bool IsInitialized()References m_ClientServices
static void GetClientServices()References array.Count(), Error(), array.Get()
Show 6 more
, BiosUser.GetClientServices(), GetClientServices(), BiosUserManager.GetSelectedUser(), BiosUserManager.GetUserList(), CGame.GetUserManager(), and m_ClientServicesReferenced by AutoConnectToEmptyServer(), CheckUpdate(), EnterGameplaySession()
Show 18 more
, GetCurrentServerInfo(), GetServerModList(), GetSession(), GetSessionHandle(), Init(), LeaveGameplaySession(), LoadFriends(), LoadMPPrivilege(), LoadPermissions(), LoadServers(), LoadVoicePrivilege(), PromptUpdate(), SetGameplayActivity(), SetPendingInviteList(), SetServerFavorited(), SetSessionHandle(), ShowInviteScreen(), and ShowUserProfile()static bool ErrorCaught(EBiosError error)References string.Format(), ErrorModuleHandler.GetClientMessage(), and DebugPrint.LogErrorAndTrace()
Referenced by BiosPackageService.OnPromptUpdate(), BiosPackageService.OnShowStore(), BiosSessionService.OnEnterGameplaySession()
Show 19 more
, BiosSessionService.OnGetSessionError(), BiosSessionService.OnSetActivity(), BiosSessionService.OnShowInviteToGameplaySession(), BiosUserManager.OnJoin(), BiosUserManager.OnUserDatabaseId(), BiosUserManager.OnUserLoggedOn(), BiosUserManager.OnUserPicked(), LoadMPPrivilege(), LoadPermissions(), LoadVoicePrivilege(), OnAutoConnectToEmptyServer(), OnFriendsAsync(), OnGetServerModList(), OnLoadMPPrivilege(), OnLoadServersAsync(), OnLoadVoicePrivilege(), OnPermissionsAsync(), OnUserProfileAsync(), and ShowInviteScreen()static void LoadServers(notnull GetServersInput inputValues)References GetClientServices(), BiosClientServices.GetLobbyService(), BiosLobbyService.GetServers()
Show 2 more
, DebugPrint.LogErrorAndTrace(), and m_ClientServicesstatic void GetFavoriteServers(TStringArray favServers)References BiosLobbyService.GetFavoriteServers(), BiosClientServices.GetLobbyService(), and m_ClientServices
Referenced by ServerBrowserMenuNew.LoadFavoriteServers()
static void GetCachedFavServerInfo(array<ref CachedServerInfo> favServersInfoCache)References BiosLobbyService.GetCachedFavoriteServerInfo(), BiosClientServices.GetLobbyService(), and m_ClientServices
Referenced by ServerBrowserFavoritesTabPc.RefreshList()
References BiosLobbyService.AddServerFavorite(), GetClientServices(), BiosClientServices.GetLobbyService()
Show 3 more
, DebugPrint.LogErrorAndTrace(), BiosLobbyService.RemoveServerFavorite(), and m_ClientServicesReferenced by ServerBrowserEntry.ToggleFavorite()
Referenced by DayZGame.RefreshCurrentServerInfo(), InGameMenu.SetServerInfo(), and LeaveGameplaySession()
static GetServersResultRow GetCurrentServerInfo()Referenced by DayZGame.RefreshCurrentServerInfo(), InGameMenu.SetServerInfo(), and LeaveGameplaySession()
static void ClearCurrentServerInfo()Referenced by DayZGame.OnEvent()
Referenced by BiosSessionService.OnGetGameplaySession()
Referenced by InviteMenu.Update()
static void OnLoadServersAsync(GetServersResult result_list, EBiosError error, string response)Referenced by BiosLobbyService.OnDoneAsync()
static void LoadFriends()References GetClientServices(), BiosSocialService.GetFriendsAsync(), BiosClientServices.GetSocialService()
Show 2 more
, DebugPrint.LogErrorAndTrace(), and m_ClientServicesReferenced by ClientData.SyncEvent_OnRecievedPlayerList()
static void ShowUserProfile(string uid)static void OnUserProfileAsync(EBiosError error)References ErrorCaught()
Referenced by BiosSocialService.OnUserProfileAsync()
static void OnFriendsAsync(BiosFriendInfoArray friend_list, EBiosError error)References NotificationSystem.AddNotification(), array.Clear(), BiosFriendInfo.Compare()
Show 16 more
, map.Contains(), array.Count(), array.Count(), ErrorCaught(), array.Insert(), map.Insert(), ScriptInvoker.Invoke(), map.Set(), NotificationSystem.DEFAULT_TIME_DISPLAYED, m_FirstFriendsLoad, m_FriendsAsyncInvoker, m_FriendsList, ClientData.m_LastNewPlayers, SyncPlayer.m_PlayerName, BiosFriendInfo.m_Uid, and SyncPlayer.m_UIDReferenced by BiosSocialService.OnFriendsAsync()
Referenced by ClientData.SyncEvent_OnRecievedPlayerList()
static void OnPermissionsAsync(BiosPrivacyUidResultArray result_list, EBiosError error)Referenced by BiosPrivacyService.OnPermissions()
References map.Contains(), map.Insert(), new ScriptInputUserData()
Show 4 more
, ScriptInputUserData.Send(), map.Set(), Serializer.Write(), and m_MuteListReferenced by PlayerListEntryScriptedWidget.ToggleMute()
static void ShowInviteScreen()Referenced by InGameMenuXbox.OnClick()
static void LoadMPPrivilege()static void LoadVoicePrivilege()References ErrorCaught(), GetClientServices(), BiosClientServices.GetPrivacyService()
Show 3 more
, BiosPrivacyService.GetPrivilegeAsync(), DebugPrint.LogErrorAndTrace(), and m_ClientServicesReferenced by DayZGame.OnEvent()
static void OnLoadMPPrivilege(EBiosError err)References ErrorCaught(), DayZGame.GamepadCheck(), DayZGame.GetGameState()
Show 3 more
, DayZGame.MainMenuLaunch(), DayZGame.SetLoadState(), and DayZGame.TryConnect()static void OnLoadVoicePrivilege(EBiosError err)References World.DisableReceiveVoN(), World.DisableTransmitVoN(), ErrorCaught()
Show 2 more
, DayZGame.GetGameState(), and CGame.GetWorld()Referenced by BiosPrivacyService.OnPrivilege()
static void SetSessionHandle(string handle)Referenced by BiosUserManager.OnJoin()
static string GetSessionHandle()Referenced by GetSession()
static void GetSession()References GetClientServices(), GetSessionHandle(), BiosClientServices.GetSessionService()
Show 2 more
, BiosSessionService.TryGetSession(), and m_ClientServicesstatic void SetBiosUser(BiosUser user)References m_BiosUser
static bool GetMultiplayState()References m_MultiplayState
Referenced by ClientData.SyncEvent_OnRecievedPlayerList()
static void SetMultiplayState(bool state)static void EnterGameplaySession()References BiosSessionService.EnterGameplaySessionAsync(), GetClientServices(), CGame.GetHostAddress()
Show 3 more
, BiosClientServices.GetSessionService(), SetMultiplayState(), and m_ClientServicesReferenced by DayZGame.OnEvent()
static void LeaveGameplaySession()Referenced by DayZGame.OnEvent()
static void SetGameplayActivity()References GetClientServices(), CGame.GetHostAddress(), BiosClientServices.GetSessionService()
Show 2 more
, BiosSessionService.SetGameplayActivityAsync(), and m_ClientServicesReferenced by BiosUserManager.OnPartyHost()
References array.Find(), ClientData.GetSimplePlayerList(), array.Insert()
Show 1 more
, m_PendingInvitesReferences m_PendingInvites
static void AutoConnectToEmptyServer()References GetClientServices(), BiosLobbyService.GetFirstServerWithEmptySlot(), BiosClientServices.GetLobbyService()
Show 3 more
, GetFirstServerWithEmptySlotInput.SetOfficial(), m_AutoConnectTries, and m_ClientServicesReferenced by MainMenu.AutoConnect()
static GetServersResultRow GetRandomFreeResult(GetFirstServerWithEmptySlotResult results)References array.Count(), array.GetRandomElement(), array.Insert()
Show 2 more
, GetServersResultRow.m_FreeSlots, and GetFirstServerWithEmptySlotResult.m_ResultReferenced by OnAutoConnectToEmptyServer()
static void OnAutoConnectToEmptyServer(GetFirstServerWithEmptySlotResult result_list, EBiosError error)References DayZGame.ConnectFromServerBrowser(), ErrorCaught(), BiosLobbyService.GetFirstServerWithEmptySlot()
Referenced by BiosLobbyService.OnGetFirstServerWithEmptySlot()
static void GetServerModList(string server_id)References GetClientServices(), BiosClientServices.GetLobbyService(), BiosLobbyService.GetServerModList()
Show 1 more
, m_ClientServicesReferenced by ServerBrowserEntry.SetExpand()
static void OnGetServerModList(GetServerModListResult result_list, EBiosError error)Referenced by BiosLobbyService.OnServerModList()
Referenced by CGame.IsDigitalCopy()
static bool CheckUpdate()References BiosPackageService.CheckUpdateAsync(), GetClientServices(), BiosClientServices.GetPackageService()
Show 1 more
, m_ClientServicesReferenced by DayZIntroSceneXbox.CheckXboxClientUpdate()
static void PromptUpdate()References GetClientServices(), BiosClientServices.GetPackageService(), BiosPackageService.PromptUpdateAsync()
Show 1 more
, m_ClientServicesReferenced by BiosPackageService.OnCheckUpdate()