DDraceNetwork Docs
CTeamrank Struct Reference

#include <scoreworker.h>

Collaboration diagram for CTeamrank:
[legend]

Public Member Functions

 CTeamrank ()
 
bool NextSqlResult (IDbConnection *pSqlServer, bool *pEnd, char *pError, int ErrorSize)
 
bool SamePlayers (const std::vector< std::string > *pvSortedNames)
 

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
 

Constructor & Destructor Documentation

◆ CTeamrank()

CTeamrank::CTeamrank ( )

Member Function Documentation

◆ GetSqlTop5Team()

bool CTeamrank::GetSqlTop5Team ( IDbConnection pSqlServer,
bool *  pEnd,
char *  pError,
int  ErrorSize,
char(*)  paMessages[512],
int *  StartLine,
int  Count 
)
static

◆ NextSqlResult()

bool CTeamrank::NextSqlResult ( IDbConnection pSqlServer,
bool *  pEnd,
char *  pError,
int  ErrorSize 
)

◆ SamePlayers()

bool CTeamrank::SamePlayers ( const std::vector< std::string > *  pvSortedNames)

Member Data Documentation

◆ m_aaNames

char CTeamrank::m_aaNames[MAX_CLIENTS][MAX_NAME_LENGTH]

◆ m_NumNames

unsigned int CTeamrank::m_NumNames

◆ m_TeamId

CUuid CTeamrank::m_TeamId

The documentation for this struct was generated from the following files: