|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
Stores imported character information (race, gender, equipment, customisations, tabard). More...
#include <CharInfos.h>
Public Member Functions | |
| CharInfos () | |
Public Attributes | |
| bool | valid |
| Whether the data was successfully parsed. | |
| bool | customTabard |
| Whether a custom tabard design is applied. | |
| unsigned int | raceId |
| Character race ID. | |
| std::string | gender |
| Gender string ("male" or "female"). | |
| bool | hasTransmogGear |
| Whether transmog overrides are present. | |
| unsigned int | eyeGlowType |
| Eye glow type (none, default, death knight). | |
| int | tabardIcon |
| Tabard icon index. | |
| int | iconColor |
| Tabard icon colour index. | |
| int | tabardBorder |
| Tabard border index. | |
| int | borderColor |
| Tabard border colour index. | |
| int | background |
| Tabard background index. | |
| std::vector< std::pair< unsigned int, unsigned int > > | customizations |
| Customisation pairs (optionId, choiceId). | |
| std::vector< int > | equipment |
| Equipment item IDs per slot. | |
| std::vector< int > | itemModifierIds |
| Item modifier IDs per slot. | |
Stores imported character information (race, gender, equipment, customisations, tabard).
Definition at line 7 of file CharInfos.h.
| CharInfos::CharInfos | ( | ) |
Definition at line 3 of file CharInfos.cpp.
| int CharInfos::background |
Tabard background index.
Definition at line 25 of file CharInfos.h.
| int CharInfos::borderColor |
Tabard border colour index.
Definition at line 24 of file CharInfos.h.
| std::vector<std::pair<unsigned int, unsigned int> > CharInfos::customizations |
Customisation pairs (optionId, choiceId).
Definition at line 27 of file CharInfos.h.
| bool CharInfos::customTabard |
Whether a custom tabard design is applied.
Definition at line 13 of file CharInfos.h.
| std::vector<int> CharInfos::equipment |
Equipment item IDs per slot.
Definition at line 29 of file CharInfos.h.
| unsigned int CharInfos::eyeGlowType |
Eye glow type (none, default, death knight).
Definition at line 19 of file CharInfos.h.
| std::string CharInfos::gender |
Gender string ("male" or "female").
Definition at line 16 of file CharInfos.h.
| bool CharInfos::hasTransmogGear |
Whether transmog overrides are present.
Definition at line 17 of file CharInfos.h.
| int CharInfos::iconColor |
Tabard icon colour index.
Definition at line 22 of file CharInfos.h.
| std::vector<int> CharInfos::itemModifierIds |
Item modifier IDs per slot.
Definition at line 30 of file CharInfos.h.
| unsigned int CharInfos::raceId |
Character race ID.
Definition at line 15 of file CharInfos.h.
| int CharInfos::tabardBorder |
Tabard border index.
Definition at line 23 of file CharInfos.h.
| int CharInfos::tabardIcon |
Tabard icon index.
Definition at line 21 of file CharInfos.h.
| bool CharInfos::valid |
Whether the data was successfully parsed.
Definition at line 12 of file CharInfos.h.