| 
    DayZ 1.24
    
   | 
 
Go to the source code of this file.
Classes | |
| 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) | 
Variables | |
| class GetServerModListResult | m_Id | 
| GetServersResultRow the output structure of the GetServers operation that represents one game server.   | |
| int | m_Priority | 
| string | m_Name | 
| string | m_Description | 
| string | m_HostIp | 
| int | m_HostPort | 
| bool | m_Invisible | 
| bool | m_Official | 
| string | m_MapNameToRun | 
| bool | m_Modded | 
| int | m_ModeId | 
| bool | m_AntiCheat | 
| int | m_RegionId | 
| int | m_MinPlayers | 
| int | m_MaxPlayers | 
| int | m_FreeSlots | 
| int | m_CurrentNumberPlayers | 
| int | m_PlayersInQueue | 
| string | m_GameVersion | 
| bool | m_IsPasswordProtected | 
| string | m_CreatedAt | 
| string | m_UpdatedAt | 
| bool | m_MouseAndKeyboardEnabled | 
| bool | m_WhitelistEnabled | 
| bool | m_IsDLC | 
| bool | m_IsExpanded | 
| int | m_SortName | 
| int | m_SortTime | 
| bool | m_IsSelected | 
| string | m_CharactersAlive | 
| string | m_SteamFriends | 
| int | m_Ping | 
| string | m_TimeOfDay | 
| int | m_Disable3rdPerson | 
| disable3rdPerson servers for mode regular/hardcore   | |
| float | m_EnvironmentTimeMul | 
| time multiplier of environment   | |
| float | m_EnvironmentNightTimeMul | 
| bool | m_AllowedFilePatching | 
| string | m_ShardId | 
| int | m_SteamQueryPort | 
| bool | m_Favorite | 
Definition at line 2 of file BiosLobbyService.c.
Definition at line 184 of file BiosLobbyService.c.
| Enumerator | |
|---|---|
| ASCENDING | |
| DESCENDING | |
Definition at line 18 of file BiosLobbyService.c.
| Enumerator | |
|---|---|
| HOST | |
| TIME | |
| POPULATION | |
| SLOTS | |
| FAVORITE | |
| PASSWORDED | |
| QUEUE | |
Definition at line 6 of file BiosLobbyService.c.
| int CompareTo | ( | GetServersResultRow | other, | 
| ESortType | sortType ) | 
Definition at line 153 of file BiosLobbyService.c.
References CompareTo(), GetValueInt(), and GetValueStr().
Referenced by CompareTo().
| string GetIP | ( | ) | 
Definition at line 92 of file BiosLobbyService.c.
References m_HostIp, and m_Id.
Referenced by GetIpPort().
| string GetIpPort | ( | ) | 
Definition at line 83 of file BiosLobbyService.c.
References GetIP(), m_HostPort, and m_Id.
Definition at line 122 of file BiosLobbyService.c.
References m_CurrentNumberPlayers, m_MaxPlayers, m_Ping, m_PlayersInQueue, and m_SortTime.
Referenced by CompareTo(), ServerBrowserTab::SortedInsertAsc(), and ServerBrowserTab::SortedInsertDesc().
Definition at line 109 of file BiosLobbyService.c.
References m_Name.
Referenced by CompareTo(), ServerBrowserTab::SortedInsertAsc(), and ServerBrowserTab::SortedInsertDesc().
| bool IsSelected | ( | ) | 
Definition at line 104 of file BiosLobbyService.c.
References m_IsSelected.
| 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.
Referenced by GetValueInt().
| 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.
Referenced by ScriptedWidgetEventHandler::Darken(), ScriptedWidgetEventHandler::IsFocusable(), ScriptedWidgetEventHandler::Lighten(), ScriptedWidgetEventHandler::OnMouseButtonUp(), ScriptedWidgetEventHandler::Preview(), and ScriptedWidgetEventHandler::ServerBrowserEntry().
| 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.
Referenced by GetIP().
| int m_HostPort | 
Definition at line 38 of file BiosLobbyService.c.
Referenced by GetIpPort().
GetServersResultRow the output structure of the GetServers operation that represents one game server.
Referenced by GetId(), GetIP(), GetIpPort(), SoundHandlerBase::Init(), PluginBase::PluginVariables(), RadialQuickbarItem(), UIScriptedMenu::RegisterTab(), and PluginBase::RegisterVariable().
| 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.
Referenced by ScriptedWidgetEventHandler::Close(), ScriptedWidgetEventHandler::OnClick(), ScriptedWidgetEventHandler::OnMouseButtonDown(), ScriptedWidgetEventHandler::SetExpand(), and ScriptedWidgetEventHandler::ToggleExpand().
| bool m_IsPasswordProtected | 
Definition at line 52 of file BiosLobbyService.c.
| bool m_IsSelected | 
Definition at line 63 of file BiosLobbyService.c.
Referenced by IsSelected().
| string m_MapNameToRun | 
Definition at line 41 of file BiosLobbyService.c.
| int m_MaxPlayers | 
Definition at line 47 of file BiosLobbyService.c.
Referenced by GetValueInt().
| 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.
Referenced by GestureMenuItem(), GetName(), GetValueStr(), RecipeBase::Init(), CutOutSeeds::Init(), PrepareFish::Init(), Init(), ScriptedWidgetEventHandler::LoadData(), ScriptedWidgetEventHandler::ModsMenuDetailedEntry(), ScriptedWidgetEventHandler::PlayerListEntryScriptedWidget(), PluginDayzPlayerWeaponsDebugUserData(), SyncedValueAgent(), and SyncedValueLevel().
| bool m_Official | 
Definition at line 40 of file BiosLobbyService.c.
| int m_Ping | 
Definition at line 70 of file BiosLobbyService.c.
Referenced by GetValueInt().
| int m_PlayersInQueue | 
Definition at line 50 of file BiosLobbyService.c.
Referenced by GetValueInt().
| int m_Priority | 
Definition at line 34 of file BiosLobbyService.c.
Referenced by CarHornShortActionInput::CarHornShortActionInput(), ContinuousDefaultActionInput(), ContinuousInteractActionInput::ContinuousInteractActionInput(), DefaultActionInput::DefaultActionInput(), InteractActionInput::InteractActionInput(), SymptomBase::OnInit(), ToggleLightsActionInput::ToggleLightsActionInput(), and ToggleNVGActionInput::ToggleNVGActionInput().
| 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.
Referenced by GetValueInt().
| 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.