DDraceNetwork Docs
|
#include <skins7.h>
Public Member Functions | |
bool | operator< (const CSkin &Other) const |
bool | operator== (const CSkin &Other) const |
Public Attributes | |
int | m_Flags |
char | m_aName [24] |
const CSkinPart * | m_apParts [protocol7::NUM_SKINPARTS] |
int | m_aUseCustomColors [protocol7::NUM_SKINPARTS] |
unsigned | m_aPartColors [protocol7::NUM_SKINPARTS] |
bool CSkins7::CSkin::operator< | ( | const CSkin & | Other | ) | const |
bool CSkins7::CSkin::operator== | ( | const CSkin & | Other | ) | const |
char CSkins7::CSkin::m_aName[24] |
unsigned CSkins7::CSkin::m_aPartColors[protocol7::NUM_SKINPARTS] |
const CSkinPart* CSkins7::CSkin::m_apParts[protocol7::NUM_SKINPARTS] |
int CSkins7::CSkin::m_aUseCustomColors[protocol7::NUM_SKINPARTS] |
int CSkins7::CSkin::m_Flags |