DIFF

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_ServerAsyncInvoker = new ScriptInvoker()
static ref ScriptInvoker m_MuteUpdateAsyncInvoker = new ScriptInvoker()

DEPRECATED

static ref ScriptInvoker m_ServerModLoadAsyncInvoker = new ScriptInvoker()
static ref TrialService m_TrialService
Referenced by Init(), IsGameActive(), and IsGameTrial()
protected static string m_InviteServerIP
protected static int m_InviteServerPort
protected static string m_CurrentServerIP
protected static int m_CurrentServerPort
protected static ref GetServersResultRow m_CurrentServerInfo
protected static ref map<string, ref BiosFriendInfo> m_FriendsList
protected static ref map<string, bool> m_MuteList
Referenced by GetMuteList(), Init(), IsPlayerMuted()
Show 1 more, MutePlayer()
protected static ref map<string, ref BiosPrivacyPermissionResultArray> m_PermissionsList
Referenced by Init(), and OnPermissionsAsync()
protected static bool m_FirstFriendsLoad = true
protected static bool m_MultiplayState = false
protected static ref array<string> m_PendingInvites
protected static ref BiosUser m_BiosUser
Referenced by GetBiosUser(), and SetBiosUser()
static int m_AutoConnectTries = 0

Methods 50

static void Init()
Referenced by DayZGame.OnEvent()
static bool IsInitialized()
References m_ClientServices
static void ClearCurrentServerInfo()
Referenced by DayZGame.OnEvent()
static void SetInviteServerInfo(string ip, int port)
static void GetInviteServerInfo(out string ip, out int port)
Referenced by InviteMenu.Update()
static void OnUserProfileAsync(EBiosError error)
References ErrorCaught()
static map<string, bool> GetMuteList()
References m_MuteList
Referenced by InGameMenuXbox.Init()
static void OnLoadVoicePrivilege(EBiosError err)
static void SetSessionHandle(string handle)
static string GetSessionHandle()
Referenced by GetSession()
static BiosUser GetBiosUser()
References m_BiosUser
static void SetBiosUser(BiosUser user)
References m_BiosUser
static bool GetMultiplayState()
References m_MultiplayState
static void ClearPendingInviteList(array<string> invitees)
References m_PendingInvites
static void GetServerModList(string server_id)
static void OnGetServerModList(GetServerModListResult result_list, EBiosError error)
static bool IsGameTrial(bool sim)
static bool IsGameActive(bool sim)
Referenced by CGame.IsDigitalCopy()