DDraceNetwork Docs
|
Public Member Functions | |
RandomMap () | |
Public Member Functions inherited from Score | |
Score () | |
~Score () | |
void | Connect () |
void | LoadBestTime () |
void | InsertMap () |
void | InsertRank (float Time=100.0, bool WithTimeCheckPoints=false) |
void | ExpectLines (const std::shared_ptr< CScorePlayerResult > &pPlayerResult, std::initializer_list< const char * > Lines, bool All=false) |
Public Attributes | |
std::shared_ptr< CScoreRandomMapResult > | m_pRandomMapResult {std::make_shared<CScoreRandomMapResult>(0)} |
CSqlRandomMapRequest | m_RandomMapRequest {m_pRandomMapResult} |
Public Attributes inherited from Score | |
IDbConnection * | m_pConn {GetParam()} |
char | m_aError [256] = {} |
std::shared_ptr< CScorePlayerResult > | m_pPlayerResult {std::make_shared<CScorePlayerResult>()} |
CSqlPlayerRequest | m_PlayerRequest {m_pPlayerResult} |
|
inline |
std::shared_ptr<CScoreRandomMapResult> RandomMap::m_pRandomMapResult {std::make_shared<CScoreRandomMapResult>(0)} |
CSqlRandomMapRequest RandomMap::m_RandomMapRequest {m_pRandomMapResult} |