![]() |
DDNet documentation
|
#include <teeinfo.h>
Public Member Functions | |
| CTeeInfo ()=default | |
| CTeeInfo (const char *pSkinName, int UseCustomColor, int ColorBody, int ColorFeet) | |
| CTeeInfo (const char *const apSkinPartNames[protocol7::NUM_SKINPARTS], const int aUseCustomColors[protocol7::NUM_SKINPARTS], const int aSkinPartColors[protocol7::NUM_SKINPARTS]) | |
| void | FromSixup () |
| void | ToSixup () |
Public Attributes | |
| char | m_aSkinName [MAX_SKIN_LENGTH] = "" |
| bool | m_UseCustomColor = false |
| int | m_ColorBody = 0 |
| int | m_ColorFeet = 0 |
| char | m_aaSkinPartNames [protocol7::NUM_SKINPARTS][protocol7::MAX_SKIN_LENGTH] = {"", "", "", "", "", ""} |
| bool | m_aUseCustomColors [protocol7::NUM_SKINPARTS] = {false, false, false, false, false, false} |
| int | m_aSkinPartColors [protocol7::NUM_SKINPARTS] = {0, 0, 0, 0, 0, 0} |
|
default |
| CTeeInfo::CTeeInfo | ( | const char * | pSkinName, |
| int | UseCustomColor, | ||
| int | ColorBody, | ||
| int | ColorFeet ) |
| CTeeInfo::CTeeInfo | ( | const char *const | apSkinPartNames[protocol7::NUM_SKINPARTS], |
| const int | aUseCustomColors[protocol7::NUM_SKINPARTS], | ||
| const int | aSkinPartColors[protocol7::NUM_SKINPARTS] ) |
| void CTeeInfo::FromSixup | ( | ) |
| void CTeeInfo::ToSixup | ( | ) |
| char CTeeInfo::m_aaSkinPartNames[protocol7::NUM_SKINPARTS][protocol7::MAX_SKIN_LENGTH] = {"", "", "", "", "", ""} |
| char CTeeInfo::m_aSkinName[MAX_SKIN_LENGTH] = "" |
| int CTeeInfo::m_aSkinPartColors[protocol7::NUM_SKINPARTS] = {0, 0, 0, 0, 0, 0} |
| bool CTeeInfo::m_aUseCustomColors[protocol7::NUM_SKINPARTS] = {false, false, false, false, false, false} |
| int CTeeInfo::m_ColorBody = 0 |
| int CTeeInfo::m_ColorFeet = 0 |
| bool CTeeInfo::m_UseCustomColor = false |