|
| static void | Init () |
| |
| static bool | IsInitialized () |
| |
| static void | GetClientServices () |
| |
| static bool | ErrorCaught (EBiosError error) |
| |
| static void | LoadServers (notnull GetServersInput inputValues) |
| |
| static void | GetFavoriteServers (TStringArray favServers) |
| |
| static void | GetCachedFavServerInfo (array< ref CachedServerInfo > favServersInfoCache) |
| |
| static void | SetServerFavorited (string ipAddress, int port, int steamQueryPort, bool is_favorited) |
| |
| static void | GetCurrentServerInfo (string ip, int port) |
| |
| static GetServersResultRow | GetCurrentServerInfo () |
| |
| static void | ClearCurrentServerInfo () |
| |
| static void | SetInviteServerInfo (string ip, int port) |
| |
| static void | GetInviteServerInfo (out string ip, out int port) |
| |
| static void | OnLoadServersAsync (GetServersResult result_list, EBiosError error, string response) |
| |
| static void | LoadFriends () |
| |
| static void | ShowUserProfile (string uid) |
| |
| static void | OnUserProfileAsync (EBiosError error) |
| |
| static void | OnFriendsAsync (BiosFriendInfoArray friend_list, EBiosError error) |
| |
| static void | LoadPermissions (array< string > player_list) |
| |
| static void | OnPermissionsAsync (BiosPrivacyUidResultArray result_list, EBiosError error) |
| |
| static bool | IsPlayerMuted (string id) |
| |
| static bool | MutePlayer (string id, bool mute) |
| |
| static map< string, bool > | GetMuteList () |
| |
| static void | ShowInviteScreen () |
| |
| static void | LoadMPPrivilege () |
| |
| static void | LoadVoicePrivilege () |
| |
| static void | OnLoadMPPrivilege (EBiosError err) |
| |
| static void | OnLoadVoicePrivilege (EBiosError err) |
| |
| static void | SetSessionHandle (string handle) |
| |
| static string | GetSessionHandle () |
| |
| static void | GetSession () |
| |
| static BiosUser | GetBiosUser () |
| |
| static void | SetBiosUser (BiosUser user) |
| |
| static bool | GetMultiplayState () |
| |
| static void | SetMultiplayState (bool state) |
| |
| static void | EnterGameplaySession () |
| |
| static void | LeaveGameplaySession () |
| |
| static void | SetGameplayActivity () |
| |
| static void | SetPendingInviteList (array< string > invitees) |
| |
| static array< string > | GetPendingInviteList () |
| |
| static void | ClearPendingInviteList (array< string > invitees) |
| |
| static void | AutoConnectToEmptyServer () |
| |
| static GetServersResultRow | GetRandomFreeResult (GetFirstServerWithEmptySlotResult results) |
| |
| static void | OnAutoConnectToEmptyServer (GetFirstServerWithEmptySlotResult result_list, EBiosError error) |
| |
| static void | GetServerModList (string server_id) |
| |
| static void | OnGetServerModList (GetServerModListResult result_list, EBiosError error) |
| |
| static bool | IsGameTrial (bool sim) |
| |
| static bool | IsGameActive (bool sim) |
| |
| static bool | CheckUpdate () |
| |
| static void | PromptUpdate () |
| |
Definition at line 1 of file onlineservices.c.
◆ AutoConnectToEmptyServer()
| static void OnlineServices::AutoConnectToEmptyServer |
( |
| ) |
|
|
staticprotected |
◆ CheckUpdate()
| static bool OnlineServices::CheckUpdate |
( |
| ) |
|
|
staticprotected |
◆ ClearCurrentServerInfo()
| static void OnlineServices::ClearCurrentServerInfo |
( |
| ) |
|
|
staticprotected |
◆ ClearPendingInviteList()
| static void OnlineServices::ClearPendingInviteList |
( |
array< string > | invitees | ) |
|
|
staticprotected |
◆ EnterGameplaySession()
| static void OnlineServices::EnterGameplaySession |
( |
| ) |
|
|
staticprotected |
◆ ErrorCaught()
◆ GetBiosUser()
| static BiosUser OnlineServices::GetBiosUser |
( |
| ) |
|
|
staticprotected |
◆ GetCachedFavServerInfo()
◆ GetClientServices()
| static void OnlineServices::GetClientServices |
( |
| ) |
|
|
staticprotected |
◆ GetCurrentServerInfo() [1/2]
◆ GetCurrentServerInfo() [2/2]
| static void OnlineServices::GetCurrentServerInfo |
( |
string | ip, |
|
|
int | port ) |
|
staticprotected |
◆ GetFavoriteServers()
| static void OnlineServices::GetFavoriteServers |
( |
TStringArray | favServers | ) |
|
|
staticprotected |
◆ GetInviteServerInfo()
| static void OnlineServices::GetInviteServerInfo |
( |
out string | ip, |
|
|
out int | port ) |
|
staticprotected |
◆ GetMultiplayState()
| static bool OnlineServices::GetMultiplayState |
( |
| ) |
|
|
staticprotected |
◆ GetMuteList()
◆ GetPendingInviteList()
| static array< string > OnlineServices::GetPendingInviteList |
( |
| ) |
|
|
staticprotected |
◆ GetRandomFreeResult()
◆ GetServerModList()
| static void OnlineServices::GetServerModList |
( |
string | server_id | ) |
|
|
staticprotected |
◆ GetSession()
| static void OnlineServices::GetSession |
( |
| ) |
|
|
staticprotected |
◆ GetSessionHandle()
| static string OnlineServices::GetSessionHandle |
( |
| ) |
|
|
staticprotected |
◆ Init()
| static void OnlineServices::Init |
( |
| ) |
|
|
staticprotected |
◆ IsGameActive()
| static bool OnlineServices::IsGameActive |
( |
bool | sim | ) |
|
|
staticprotected |
◆ IsGameTrial()
| static bool OnlineServices::IsGameTrial |
( |
bool | sim | ) |
|
|
staticprotected |
◆ IsInitialized()
| static bool OnlineServices::IsInitialized |
( |
| ) |
|
|
staticprotected |
◆ IsPlayerMuted()
| static bool OnlineServices::IsPlayerMuted |
( |
string | id | ) |
|
|
staticprotected |
◆ LeaveGameplaySession()
| static void OnlineServices::LeaveGameplaySession |
( |
| ) |
|
|
staticprotected |
◆ LoadFriends()
| static void OnlineServices::LoadFriends |
( |
| ) |
|
|
staticprotected |
◆ LoadMPPrivilege()
| static void OnlineServices::LoadMPPrivilege |
( |
| ) |
|
|
staticprotected |
◆ LoadPermissions()
| static void OnlineServices::LoadPermissions |
( |
array< string > | player_list | ) |
|
|
staticprotected |
◆ LoadServers()
| static void OnlineServices::LoadServers |
( |
notnull GetServersInput | inputValues | ) |
|
|
staticprotected |
◆ LoadVoicePrivilege()
| static void OnlineServices::LoadVoicePrivilege |
( |
| ) |
|
|
staticprotected |
◆ MutePlayer()
◆ OnAutoConnectToEmptyServer()
◆ OnFriendsAsync()
◆ OnGetServerModList()
| static void OnlineServices::OnGetServerModList |
( |
GetServerModListResult | result_list, |
|
|
EBiosError | error ) |
|
staticprotected |
◆ OnLoadMPPrivilege()
| static void OnlineServices::OnLoadMPPrivilege |
( |
EBiosError | err | ) |
|
|
staticprotected |
◆ OnLoadServersAsync()
◆ OnLoadVoicePrivilege()
| static void OnlineServices::OnLoadVoicePrivilege |
( |
EBiosError | err | ) |
|
|
staticprotected |
◆ OnPermissionsAsync()
◆ OnUserProfileAsync()
| static void OnlineServices::OnUserProfileAsync |
( |
EBiosError | error | ) |
|
|
staticprotected |
◆ PromptUpdate()
| static void OnlineServices::PromptUpdate |
( |
| ) |
|
|
staticprotected |
◆ SetBiosUser()
| static void OnlineServices::SetBiosUser |
( |
BiosUser | user | ) |
|
|
staticprotected |
◆ SetGameplayActivity()
| static void OnlineServices::SetGameplayActivity |
( |
| ) |
|
|
staticprotected |
◆ SetInviteServerInfo()
| static void OnlineServices::SetInviteServerInfo |
( |
string | ip, |
|
|
int | port ) |
|
staticprotected |
◆ SetMultiplayState()
| static void OnlineServices::SetMultiplayState |
( |
bool | state | ) |
|
|
staticprotected |
◆ SetPendingInviteList()
| static void OnlineServices::SetPendingInviteList |
( |
array< string > | invitees | ) |
|
|
staticprotected |
◆ SetServerFavorited()
| static void OnlineServices::SetServerFavorited |
( |
string | ipAddress, |
|
|
int | port, |
|
|
int | steamQueryPort, |
|
|
bool | is_favorited ) |
|
staticprotected |
◆ SetSessionHandle()
| static void OnlineServices::SetSessionHandle |
( |
string | handle | ) |
|
|
staticprotected |
◆ ShowInviteScreen()
| static void OnlineServices::ShowInviteScreen |
( |
| ) |
|
|
staticprotected |
◆ ShowUserProfile()
| static void OnlineServices::ShowUserProfile |
( |
string | uid | ) |
|
|
staticprotected |
◆ m_AutoConnectTries
| int OnlineServices::m_AutoConnectTries = 0 |
|
staticprotected |
◆ m_BiosUser
◆ m_CurrentServerInfo
◆ m_CurrentServerIP
| string OnlineServices::m_CurrentServerIP |
|
staticprotected |
◆ m_CurrentServerPort
| int OnlineServices::m_CurrentServerPort |
|
staticprotected |
◆ m_FirstFriendsLoad
| bool OnlineServices::m_FirstFriendsLoad = true |
|
staticprotected |
◆ m_FriendsList
◆ m_InviteServerIP
| string OnlineServices::m_InviteServerIP |
|
staticprotected |
◆ m_InviteServerPort
| int OnlineServices::m_InviteServerPort |
|
staticprotected |
◆ m_MultiplayState
| bool OnlineServices::m_MultiplayState = false |
|
staticprotected |
◆ m_MuteList
◆ m_PendingInvites
◆ m_PermissionsList
The documentation for this class was generated from the following file: