Закрытые члены | |
| proto native EBiosError | GetServers (GetServersInput inputValues) |
| Query game servers. | |
| proto native EBiosError | GetFirstServerWithEmptySlot (GetFirstServerWithEmptySlotInput inputValues) |
| First 1st free server. | |
| proto native void | AddServerFavorite (string ipAddress, int port, int steamQueryPort) |
| proto native void | RemoveServerFavorite (string ipAddress, int port, int steamQueryPort) |
| proto native void | GetFavoriteServers (TStringArray favServers) |
| proto native void | GetCachedFavoriteServerInfo (array< ref CachedServerInfo > favServersInfoCache) |
| Get cached info about favorited servers (ONLY ON WINDOWS) | |
| proto native EBiosError | GetServerModList (string serverId) |
| void | OnDoneAsync (GetServersResult result_list, EBiosError error, string response) |
| Async callback for GetServers. | |
| void | OnGetFirstServerWithEmptySlot (GetFirstServerWithEmptySlotResult result_list, EBiosError error) |
| void | OnServerModList (GetServerModListResult result_list, EBiosError error) |
| Async callback for GetServerModList. | |
См. определение в файле BiosLobbyService.c строка 629