Stores imported character information (race, gender, equipment, customisations, tabard).
std::vector< int > itemModifierIds
Item modifier IDs per slot.
std::string gender
Gender string ("male" or "female").
int borderColor
Tabard border colour index.
std::vector< std::pair< unsigned int, unsigned int > > customizations
Customisation pairs (optionId, choiceId).
int tabardIcon
Tabard icon index.
bool hasTransmogGear
Whether transmog overrides are present.
std::vector< int > equipment
Equipment item IDs per slot.
int tabardBorder
Tabard border index.
unsigned int raceId
Character race ID.
int background
Tabard background index.
bool valid
Whether the data was successfully parsed.
unsigned int eyeGlowType
Eye glow type (none, default, death knight).
bool customTabard
Whether a custom tabard design is applied.
int iconColor
Tabard icon colour index.