DDraceNetwork Docs
CTeeInfo Class Reference

#include <teeinfo.h>

Public Member Functions

 CTeeInfo ()=default
 
 CTeeInfo (const char *pSkinName, int UseCustomColor, int ColorBody, int ColorFeet)
 
 CTeeInfo (const char *apSkinPartNames[6], const int *pUseCustomColors, const int *pSkinPartColors)
 
void FromSixup ()
 
void ToSixup ()
 

Public Attributes

char m_aSkinName [MAX_SKIN_LENGTH] = ""
 
int m_UseCustomColor = 0
 
int m_ColorBody = 0
 
int m_ColorFeet = 0
 
char m_apSkinPartNames [6][24] = {"", "", "", "", "", ""}
 
bool m_aUseCustomColors [6] = {false, false, false, false, false, false}
 
int m_aSkinPartColors [6] = {0, 0, 0, 0, 0, 0}
 

Constructor & Destructor Documentation

◆ CTeeInfo() [1/3]

CTeeInfo::CTeeInfo ( )
default

◆ CTeeInfo() [2/3]

CTeeInfo::CTeeInfo ( const char *  pSkinName,
int  UseCustomColor,
int  ColorBody,
int  ColorFeet 
)

◆ CTeeInfo() [3/3]

CTeeInfo::CTeeInfo ( const char *  apSkinPartNames[6],
const int *  pUseCustomColors,
const int *  pSkinPartColors 
)

Member Function Documentation

◆ FromSixup()

void CTeeInfo::FromSixup ( )

◆ ToSixup()

void CTeeInfo::ToSixup ( )

Member Data Documentation

◆ m_apSkinPartNames

char CTeeInfo::m_apSkinPartNames[6][24] = {"", "", "", "", "", ""}

◆ m_aSkinName

char CTeeInfo::m_aSkinName[MAX_SKIN_LENGTH] = ""

◆ m_aSkinPartColors

int CTeeInfo::m_aSkinPartColors[6] = {0, 0, 0, 0, 0, 0}

◆ m_aUseCustomColors

bool CTeeInfo::m_aUseCustomColors[6] = {false, false, false, false, false, false}

◆ m_ColorBody

int CTeeInfo::m_ColorBody = 0

◆ m_ColorFeet

int CTeeInfo::m_ColorFeet = 0

◆ m_UseCustomColor

int CTeeInfo::m_UseCustomColor = 0

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