![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | GetServerModListResult |
| class | GetFirstServerWithEmptySlotResult |
| class | GetFirstServerWithEmptySlotInput |
| GetServersInput the input structure of the GetServers operation. More... | |
| class | GetServersResult |
| GetServersResult the output structure of the GetServers operation. More... | |
| class | GetServersInput |
| GetServersInput the input structure of the GetServers operation. More... | |
| class | BiosLobbyService |
Typedefs | |
| typedef Param4< string, string, int, int > | CachedServerInfo |
| typedef array< ref GetServersResultRow > | GetServersResultRowArray |
Enumerations | |
| enum | ESortType { HOST, TIME, POPULATION, SLOTS, FAVORITE, PASSWORDED, QUEUE } |
| enum | ESortOrder { ASCENDING, DESCENDING } |
Functions | |
| string | GetIpPort () |
| string | GetIP () |
| bool | IsSelected () |
| string | GetValueStr (ESortType sort_type) |
| int | GetValueInt (ESortType sort_type) |
| int | CompareTo (GetServersResultRow other, ESortType sortType) |
| typedef Param4<string, string, int, int> CachedServerInfo |
Definition at line 2 of file bioslobbyservice.c.
| typedef array<ref GetServersResultRow> GetServersResultRowArray |
Definition at line 183 of file bioslobbyservice.c.
| enum ESortOrder |
| Enumerator | |
|---|---|
| ASCENDING | |
| DESCENDING | |
Definition at line 18 of file bioslobbyservice.c.
| enum ESortType |
| Enumerator | |
|---|---|
| HOST | |
| TIME | |
| POPULATION | |
| SLOTS | |
| FAVORITE | |
| PASSWORDED | |
| QUEUE | |
Definition at line 6 of file bioslobbyservice.c.
Definition at line 153 of file bioslobbyservice.c.
| string GetIP | ( | ) |
Definition at line 92 of file bioslobbyservice.c.
| string GetIpPort | ( | ) |
Definition at line 83 of file bioslobbyservice.c.
Definition at line 122 of file bioslobbyservice.c.
Definition at line 109 of file bioslobbyservice.c.
| bool IsSelected | ( | ) |
Definition at line 104 of file bioslobbyservice.c.
| bool m_AllowedFilePatching |
Definition at line 77 of file bioslobbyservice.c.
| bool m_AntiCheat |
Definition at line 44 of file bioslobbyservice.c.
| string m_CharactersAlive |
Definition at line 66 of file bioslobbyservice.c.
| string m_CreatedAt |
Definition at line 53 of file bioslobbyservice.c.
| int m_CurrentNumberPlayers |
Definition at line 49 of file bioslobbyservice.c.
| string m_Description |
Definition at line 36 of file bioslobbyservice.c.
| int m_Disable3rdPerson |
disable3rdPerson servers for mode regular/hardcore
Definition at line 73 of file bioslobbyservice.c.
| float m_EnvironmentNightTimeMul |
Definition at line 76 of file bioslobbyservice.c.
| float m_EnvironmentTimeMul |
time multiplier of environment
Definition at line 75 of file bioslobbyservice.c.
| bool m_Favorite |
Definition at line 81 of file bioslobbyservice.c.
| int m_FreeSlots |
Definition at line 48 of file bioslobbyservice.c.
| string m_GameVersion |
Definition at line 51 of file bioslobbyservice.c.
| string m_HostIp |
Definition at line 37 of file bioslobbyservice.c.
| int m_HostPort |
Definition at line 38 of file bioslobbyservice.c.
| class GetServerModListResult m_Id |
GetServersResultRow the output structure of the GetServers operation that represents one game server.
| bool m_Invisible |
Definition at line 39 of file bioslobbyservice.c.
| bool m_IsDLC |
Definition at line 57 of file bioslobbyservice.c.
| bool m_IsExpanded |
Definition at line 60 of file bioslobbyservice.c.
| bool m_IsPasswordProtected |
Definition at line 52 of file bioslobbyservice.c.
| bool m_IsSelected |
Definition at line 63 of file bioslobbyservice.c.
| string m_MapNameToRun |
Definition at line 41 of file bioslobbyservice.c.
| int m_MaxPlayers |
Definition at line 47 of file bioslobbyservice.c.
| int m_MinPlayers |
Definition at line 46 of file bioslobbyservice.c.
| bool m_Modded |
Definition at line 42 of file bioslobbyservice.c.
| int m_ModeId |
Definition at line 43 of file bioslobbyservice.c.
| bool m_MouseAndKeyboardEnabled |
Definition at line 55 of file bioslobbyservice.c.
| class SyncedValueModifier m_Name |
Definition at line 35 of file bioslobbyservice.c.
| bool m_Official |
Definition at line 40 of file bioslobbyservice.c.
| int m_Ping |
Definition at line 70 of file bioslobbyservice.c.
| int m_PlayersInQueue |
Definition at line 50 of file bioslobbyservice.c.
| int m_Priority |
Definition at line 34 of file bioslobbyservice.c.
| int m_RegionId |
Definition at line 45 of file bioslobbyservice.c.
| string m_ShardId |
Definition at line 78 of file bioslobbyservice.c.
| int m_SortName |
Definition at line 61 of file bioslobbyservice.c.
| int m_SortTime |
Definition at line 62 of file bioslobbyservice.c.
| string m_SteamFriends |
Definition at line 68 of file bioslobbyservice.c.
| int m_SteamQueryPort |
Definition at line 79 of file bioslobbyservice.c.
| string m_TimeOfDay |
Definition at line 71 of file bioslobbyservice.c.
| string m_UpdatedAt |
Definition at line 54 of file bioslobbyservice.c.
| bool m_WhitelistEnabled |
Definition at line 56 of file bioslobbyservice.c.