![]() |
TrinityCore
|
#include <InspectPackets.h>
Public Member Functions | |
| InspectItemData (::Item const *item) | |
Public Attributes | |
| ObjectGuid | CreatorGUID |
| uint32 | ItemID = 0 |
| uint32 | RandomPropertiesSeed = 0 |
| int16 | RandomPropertiesID = 0 |
| std::bitset< 12 > | EnchantSlots |
| std::vector< uint16 > | Enchants |
Definition at line 42 of file InspectPackets.h.
| ObjectGuid WorldPackets::Inspect::InspectItemData::CreatorGUID |
Definition at line 46 of file InspectPackets.h.
| std::vector<uint16> WorldPackets::Inspect::InspectItemData::Enchants |
Definition at line 51 of file InspectPackets.h.
| std::bitset<12> WorldPackets::Inspect::InspectItemData::EnchantSlots |
Definition at line 50 of file InspectPackets.h.
| uint32 WorldPackets::Inspect::InspectItemData::ItemID = 0 |
Definition at line 47 of file InspectPackets.h.
| int16 WorldPackets::Inspect::InspectItemData::RandomPropertiesID = 0 |
Definition at line 49 of file InspectPackets.h.
| uint32 WorldPackets::Inspect::InspectItemData::RandomPropertiesSeed = 0 |
Definition at line 48 of file InspectPackets.h.