Mana
|
Public Attributes | |
int | slot |
std::string | name |
Gender | gender |
int | hairStyle |
int | hairColor |
int | characterPoints |
int | correctionPoints |
std::vector< EquipmentSlot > | equipment |
std::map< int, CachedAttribute > | attributes |
Definition at line 101 of file charhandler.h.
std::map<int, CachedAttribute> ManaServ::CharHandler::CachedCharacterInfo::attributes |
Definition at line 110 of file charhandler.h.
int ManaServ::CharHandler::CachedCharacterInfo::characterPoints |
Definition at line 107 of file charhandler.h.
int ManaServ::CharHandler::CachedCharacterInfo::correctionPoints |
Definition at line 108 of file charhandler.h.
std::vector<EquipmentSlot> ManaServ::CharHandler::CachedCharacterInfo::equipment |
Definition at line 109 of file charhandler.h.
Gender ManaServ::CharHandler::CachedCharacterInfo::gender |
Definition at line 104 of file charhandler.h.
int ManaServ::CharHandler::CachedCharacterInfo::hairColor |
Definition at line 106 of file charhandler.h.
int ManaServ::CharHandler::CachedCharacterInfo::hairStyle |
Definition at line 105 of file charhandler.h.
std::string ManaServ::CharHandler::CachedCharacterInfo::name |
Definition at line 103 of file charhandler.h.
int ManaServ::CharHandler::CachedCharacterInfo::slot |
Definition at line 102 of file charhandler.h.