Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
GetFirstServerWithEmptySlotInput Class Reference

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

Private Member Functions

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

Private Attributes

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

Detailed Description

GetServersInput the input structure of the GetServers operation.

Definition at line 339 of file bioslobbyservice.c.

Member Function Documentation

◆ SetGameVersion()

void SetGameVersion ( string GameVersion)
inlineprivate

Definition at line 355 of file bioslobbyservice.c.

References m_GameVersion, and m_UseGameVersion.

◆ SetOfficial()

void SetOfficial ( bool Official)
inlineprivate

◆ SetRegionId()

void SetRegionId ( int RegionId)
inlineprivate

Definition at line 361 of file bioslobbyservice.c.

References m_RegionId, and m_UseRegionId.

Field Documentation

◆ m_GameVersion

string m_GameVersion
private

Definition at line 342 of file bioslobbyservice.c.

Referenced by SetGameVersion().

◆ m_Official

bool m_Official
private

Definition at line 341 of file bioslobbyservice.c.

Referenced by SetOfficial().

◆ m_RegionId

int m_RegionId
private

Definition at line 343 of file bioslobbyservice.c.

Referenced by SetRegionId().

◆ m_UseGameVersion

bool m_UseGameVersion
private

Definition at line 346 of file bioslobbyservice.c.

Referenced by SetGameVersion().

◆ m_UseOfficial

bool m_UseOfficial
private

Definition at line 345 of file bioslobbyservice.c.

Referenced by SetOfficial().

◆ m_UseRegionId

bool m_UseRegionId
private

Definition at line 347 of file bioslobbyservice.c.

Referenced by SetRegionId().


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