|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
Mutable state for character customisation and equipment editing. More...
#include <AppState.h>
Public Attributes | |
| std::vector< CustomizationOption > | customizationOptions |
| std::string | equipSearchBuf |
| int | equipSlotToEdit = -1 |
| bool | equipPopupJustOpened = false |
| std::vector< size_t > | equipFilteredItems |
| int | equipSlotLevels [NUM_CHAR_SLOTS] = {} |
Mutable state for character customisation and equipment editing.
Definition at line 172 of file AppState.h.
| std::vector<CustomizationOption> CharacterState::customizationOptions |
Definition at line 174 of file AppState.h.
| std::vector<size_t> CharacterState::equipFilteredItems |
Definition at line 178 of file AppState.h.
| bool CharacterState::equipPopupJustOpened = false |
Definition at line 177 of file AppState.h.
| std::string CharacterState::equipSearchBuf |
Definition at line 175 of file AppState.h.
| int CharacterState::equipSlotLevels[NUM_CHAR_SLOTS] = {} |
Definition at line 179 of file AppState.h.
| int CharacterState::equipSlotToEdit = -1 |
Definition at line 176 of file AppState.h.