Mana
Loading...
Searching...
No Matches
Public Attributes | List of all members
ManaServ::CharHandler::CachedCharacterInfo Struct Reference

Public Attributes

int slot
 
std::string name
 
Gender gender
 
int hairStyle
 
int hairColor
 
int characterPoints
 
int correctionPoints
 
std::vector< EquipmentSlotequipment
 
std::map< int, CachedAttributeattributes
 

Detailed Description

Definition at line 101 of file charhandler.h.

Member Data Documentation

◆ attributes

std::map<int, CachedAttribute> ManaServ::CharHandler::CachedCharacterInfo::attributes

Definition at line 110 of file charhandler.h.

◆ characterPoints

int ManaServ::CharHandler::CachedCharacterInfo::characterPoints

Definition at line 107 of file charhandler.h.

◆ correctionPoints

int ManaServ::CharHandler::CachedCharacterInfo::correctionPoints

Definition at line 108 of file charhandler.h.

◆ equipment

std::vector<EquipmentSlot> ManaServ::CharHandler::CachedCharacterInfo::equipment

Definition at line 109 of file charhandler.h.

◆ gender

Gender ManaServ::CharHandler::CachedCharacterInfo::gender

Definition at line 104 of file charhandler.h.

◆ hairColor

int ManaServ::CharHandler::CachedCharacterInfo::hairColor

Definition at line 106 of file charhandler.h.

◆ hairStyle

int ManaServ::CharHandler::CachedCharacterInfo::hairStyle

Definition at line 105 of file charhandler.h.

◆ name

std::string ManaServ::CharHandler::CachedCharacterInfo::name

Definition at line 103 of file charhandler.h.

◆ slot

int ManaServ::CharHandler::CachedCharacterInfo::slot

Definition at line 102 of file charhandler.h.


The documentation for this struct was generated from the following file: