Definition at line 508 of file BiosLobbyService.c.
◆ AddServerFavorite()
◆ GetCachedFavoriteServerInfo()
Get cached info about favorited servers (ONLY ON WINDOWS)
- Parameters
-
favServersInfoCache | gets populated with data with format: key = Query End Point, value.param1 = Server Name, value.param2 = Connection Port |
◆ GetFavoriteServers()
◆ GetFirstServerWithEmptySlot()
First 1st free server.
The async result is returned in the OnGetFirstServerWithEmptySlot callback.
◆ GetServerModList()
Async function to retrieve info about mods for specific server (only for PC)
- Parameters
-
serverId | have to be an id returned by callbacks issued by last call to GetServers if GetServers is used another time the id's must be upated |
◆ GetServers()
Query game servers.
The async result is returned in the OnDoneAsync callback. Expected errors: BAD_PARAMETER - if atleast one of the permissions is not supported on the current platform, or atleast one of the input arrays is NULL.
- Parameters
-
inputValues | input structure |
◆ OnDoneAsync()
Async callback for GetServers.
- Parameters
-
result_list | result object |
error | error indicating success or fail of the async operation. |
response | for debugging - this is the data returned by the server; or an empty string ;) |
Definition at line 551 of file BiosLobbyService.c.
552 {
553
554
555
556
558 }
static void OnLoadServersAsync(GetServersResult result_list, EBiosError error, string response)
References OnlineServices::OnLoadServersAsync().
◆ OnGetFirstServerWithEmptySlot()
◆ OnServerModList()
◆ RemoveServerFavorite()
The documentation for this class was generated from the following file: