DayZ 1.24
Loading...
Searching...
No Matches
GetFirstServerWithEmptySlotInput Class Reference

GetServersInput the input structure of the GetServers operation. More...

Collaboration diagram for GetFirstServerWithEmptySlotInput:
[legend]

Private Member Functions

void SetOfficial (bool Official)
 
void SetGameVersion (string GameVersion)
 
void SetRegionId (int RegionId)
 

Private Attributes

bool m_Official
 
string m_GameVersion
 
int m_RegionId
 
bool m_UseOfficial
 
bool m_UseGameVersion
 
bool m_UseRegionId
 

Detailed Description

GetServersInput the input structure of the GetServers operation.

Definition at line 192 of file BiosLobbyService.c.

Member Function Documentation

◆ SetGameVersion()

void GetFirstServerWithEmptySlotInput::SetGameVersion ( string GameVersion)
inlineprivate

◆ SetOfficial()

void GetFirstServerWithEmptySlotInput::SetOfficial ( bool Official)
inlineprivate

Definition at line 202 of file BiosLobbyService.c.

References m_Official, and m_UseOfficial.

◆ SetRegionId()

void GetFirstServerWithEmptySlotInput::SetRegionId ( int RegionId)
inlineprivate

Definition at line 214 of file BiosLobbyService.c.

References m_RegionId, and m_UseRegionId.

Member Data Documentation

◆ m_GameVersion

string GetFirstServerWithEmptySlotInput::m_GameVersion
private

Definition at line 195 of file BiosLobbyService.c.

Referenced by SetGameVersion().

◆ m_Official

bool GetFirstServerWithEmptySlotInput::m_Official
private

Definition at line 194 of file BiosLobbyService.c.

Referenced by SetOfficial().

◆ m_RegionId

int GetFirstServerWithEmptySlotInput::m_RegionId
private

Definition at line 196 of file BiosLobbyService.c.

Referenced by SetRegionId().

◆ m_UseGameVersion

bool GetFirstServerWithEmptySlotInput::m_UseGameVersion
private

Definition at line 199 of file BiosLobbyService.c.

Referenced by SetGameVersion().

◆ m_UseOfficial

bool GetFirstServerWithEmptySlotInput::m_UseOfficial
private

Definition at line 198 of file BiosLobbyService.c.

Referenced by SetOfficial().

◆ m_UseRegionId

bool GetFirstServerWithEmptySlotInput::m_UseRegionId
private

Definition at line 200 of file BiosLobbyService.c.

Referenced by SetRegionId().


The documentation for this class was generated from the following file: