![]() |
DDNet documentation
|
#include <menus.h>
Public Member Functions | |
| CFriendItem (const CFriendInfo *pFriendInfo) | |
| CFriendItem (const CServerInfo::CClient &CurrentClient, const CServerInfo *pServerInfo) | |
| const char * | Name () const |
| const char * | Clan () const |
| const CServerInfo * | ServerInfo () const |
| int | FriendState () const |
| bool | IsPlayer () const |
| bool | IsAfk () const |
| const char * | Skin () const |
| bool | CustomSkinColors () const |
| int | CustomSkinColorBody () const |
| int | CustomSkinColorFeet () const |
| const char * | Skin7 (int Part) const |
| bool | UseCustomSkinColor7 (int Part) const |
| int | CustomSkinColor7 (int Part) const |
| const void * | ListItemId () const |
| const void * | RemoveButtonId () const |
| const void * | CommunityTooltipId () const |
| const void * | SkinTooltipId () const |
| bool | operator< (const CFriendItem &Other) const |
Private Attributes | |
| char | m_aName [MAX_NAME_LENGTH] |
| char | m_aClan [MAX_CLAN_LENGTH] |
| const CServerInfo * | m_pServerInfo |
| int | m_FriendState |
| bool | m_IsPlayer |
| bool | m_IsAfk |
| char | m_aSkin [MAX_SKIN_LENGTH] |
| bool | m_CustomSkinColors |
| int | m_CustomSkinColorBody |
| int | m_CustomSkinColorFeet |
| char | m_aaSkin7 [protocol7::NUM_SKINPARTS][protocol7::MAX_SKIN_LENGTH] |
| bool | m_aUseCustomSkinColor7 [protocol7::NUM_SKINPARTS] |
| int | m_aCustomSkinColor7 [protocol7::NUM_SKINPARTS] |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |