DayZ 1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Файл BiosLobbyService.c

См. исходные тексты.

Структуры данных

class  ServerBrowserHelperFunctions
 
class  GetServersResultRow
 GetServersResultRow the output structure of the GetServers operation that represents one game server. Подробнее...
 
class  GetFirstServerWithEmptySlotResult
 
class  GetFirstServerWithEmptySlotInput
 GetServersInput the input structure of the GetServers operation. Подробнее...
 
class  GetServersResult
 GetServersResult the output structure of the GetServers operation. Подробнее...
 
class  GetServersInput
 GetServersInput the input structure of the GetServers operation. Подробнее...
 
class  BiosLobbyService
 

Определения типов

typedef Param4< string, string, int, intCachedServerInfo
 
typedef array< ref GetServersResultRowGetServersResultRowArray
 

Перечисления

enum  ESortType {
  HOST , TIME , POPULATION , SLOTS ,
  FAVORITE , PASSWORDED , QUEUE , MAP
}
 
enum  ESortOrder { ASCENDING , DESCENDING }
 

Переменные

class ServerBrowserHelperFunctions m_Id
 
array< stringm_Mods
 

Типы

◆ CachedServerInfo

◆ GetServersResultRowArray

Перечисления

◆ ESortOrder

Элементы перечислений
ASCENDING 
DESCENDING 
20{
21 ASCENDING,
23};
@ ASCENDING
Definition BiosLobbyService.c:21
@ DESCENDING
Definition BiosLobbyService.c:22

◆ ESortType

Элементы перечислений
HOST 
TIME 
POPULATION 
SLOTS 
FAVORITE 
PASSWORDED 
QUEUE 
MAP 
7{
8 HOST,
9 TIME,
11 SLOTS,
12 PING
15 QUEUE,
16 MAP
17};
@ QUEUE
Definition BiosLobbyService.c:15
@ HOST
Definition BiosLobbyService.c:8
@ MAP
Definition BiosLobbyService.c:16
@ PASSWORDED
Definition BiosLobbyService.c:14
@ SLOTS
Definition BiosLobbyService.c:11
@ POPULATION
Definition BiosLobbyService.c:10
@ TIME
Definition BiosLobbyService.c:9
@ FAVORITE
Definition BiosLobbyService.c:13
@ PING
Definition EGameStateIcons.c:3

Переменные

◆ m_Id

◆ m_Mods