![]() |
TrinityCore
|
Include dependency graph for EquipmentSet.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | EquipmentSetInfo |
| struct | EquipmentSetInfo::EquipmentSetData |
| Data sent in EquipmentSet related packets. More... | |
Macros | |
| #define | EQUIPMENT_SET_SLOTS 19 |
| #define | MAX_EQUIPMENT_SET_INDEX 20 |
Typedefs | |
| typedef std::map< uint64, EquipmentSetInfo > | EquipmentSetContainer |
Enumerations | |
| enum | EquipmentSetUpdateState { EQUIPMENT_SET_UNCHANGED = 0 , EQUIPMENT_SET_CHANGED = 1 , EQUIPMENT_SET_NEW = 2 , EQUIPMENT_SET_DELETED = 3 } |
| #define EQUIPMENT_SET_SLOTS 19 |
Definition at line 35 of file EquipmentSet.h.
| #define MAX_EQUIPMENT_SET_INDEX 20 |
Definition at line 68 of file EquipmentSet.h.
| typedef std::map<uint64, EquipmentSetInfo> EquipmentSetContainer |
Definition at line 70 of file EquipmentSet.h.
| Enumerator | |
|---|---|
| EQUIPMENT_SET_UNCHANGED | |
| EQUIPMENT_SET_CHANGED | |
| EQUIPMENT_SET_NEW | |
| EQUIPMENT_SET_DELETED | |
Definition at line 27 of file EquipmentSet.h.