![]() |
DDNet documentation
|
#include <serverinfo.h>
Classes | |
| class | CClient |
Public Member Functions | |
| bool | operator== (const CServerInfo2 &Other) const |
| bool | operator!= (const CServerInfo2 &Other) const |
| bool | Validate () const |
| operator CServerInfo () const | |
Static Public Member Functions | |
| static bool | FromJson (CServerInfo2 *pOut, const json_value *pJson) |
| static bool | FromJsonRaw (CServerInfo2 *pOut, const json_value *pJson) |
Public Attributes | |
| CClient | m_aClients [SERVERINFO_MAX_CLIENTS] |
| int | m_MaxClients |
| int | m_NumClients |
| int | m_MaxPlayers |
| int | m_NumPlayers |
| CServerInfo::EClientScoreKind | m_ClientScoreKind |
| bool | m_Passworded |
| char | m_aGameType [16] |
| char | m_aName [64] |
| char | m_aMapName [MAX_MAP_LENGTH] |
| char | m_aVersion [32] |
| bool | m_RequiresLogin |
|
static |
|
static |
| CServerInfo2::operator CServerInfo | ( | ) | const |
|
inline |
| bool CServerInfo2::operator== | ( | const CServerInfo2 & | Other | ) | const |
| bool CServerInfo2::Validate | ( | ) | const |
| CClient CServerInfo2::m_aClients[SERVERINFO_MAX_CLIENTS] |
| char CServerInfo2::m_aGameType[16] |
| char CServerInfo2::m_aMapName[MAX_MAP_LENGTH] |
| char CServerInfo2::m_aName[64] |
| char CServerInfo2::m_aVersion[32] |
| CServerInfo::EClientScoreKind CServerInfo2::m_ClientScoreKind |
| int CServerInfo2::m_MaxClients |
| int CServerInfo2::m_MaxPlayers |
| int CServerInfo2::m_NumClients |
| int CServerInfo2::m_NumPlayers |
| bool CServerInfo2::m_Passworded |
| bool CServerInfo2::m_RequiresLogin |