![]() |
DDNet documentation
|
#include <scoreworker.h>
Public Member Functions | |
| CTeamrank () | |
| bool | NextSqlResult (IDbConnection *pSqlServer, bool *pEnd, char *pError, int ErrorSize) |
| bool | SamePlayers (const std::vector< std::string > *pvSortedNames) |
| void | FormatNames (char *pBuf, int BufSize) const |
| void | FormatTeamTopLine (char *pMessage, int MessageSize, int Rank, const char *pTime) const |
Static Public Member Functions | |
| static bool | GetSqlTop5Team (IDbConnection *pSqlServer, bool *pEnd, char *pError, int ErrorSize, char(*paMessages)[512], int *StartLine, int Count) |
Public Attributes | |
| CUuid | m_TeamId |
| char | m_aaNames [MAX_CLIENTS][MAX_NAME_LENGTH] |
| unsigned int | m_NumNames |
| CTeamrank::CTeamrank | ( | ) |
| void CTeamrank::FormatNames | ( | char * | pBuf, |
| int | BufSize ) const |
| void CTeamrank::FormatTeamTopLine | ( | char * | pMessage, |
| int | MessageSize, | ||
| int | Rank, | ||
| const char * | pTime ) const |
|
static |
| bool CTeamrank::NextSqlResult | ( | IDbConnection * | pSqlServer, |
| bool * | pEnd, | ||
| char * | pError, | ||
| int | ErrorSize ) |
| bool CTeamrank::SamePlayers | ( | const std::vector< std::string > * | pvSortedNames | ) |
| char CTeamrank::m_aaNames[MAX_CLIENTS][MAX_NAME_LENGTH] |
| unsigned int CTeamrank::m_NumNames |
| CUuid CTeamrank::m_TeamId |