TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Inspect::InspectItemData Struct Reference

#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< uint16Enchants
 

Detailed Description

Definition at line 42 of file InspectPackets.h.

Constructor & Destructor Documentation

◆ InspectItemData()

WorldPackets::Inspect::InspectItemData::InspectItemData ( ::Item const item)

Definition at line 43 of file InspectPackets.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ CreatorGUID

ObjectGuid WorldPackets::Inspect::InspectItemData::CreatorGUID

Definition at line 46 of file InspectPackets.h.

◆ Enchants

std::vector<uint16> WorldPackets::Inspect::InspectItemData::Enchants

Definition at line 51 of file InspectPackets.h.

◆ EnchantSlots

std::bitset<12> WorldPackets::Inspect::InspectItemData::EnchantSlots

Definition at line 50 of file InspectPackets.h.

◆ ItemID

uint32 WorldPackets::Inspect::InspectItemData::ItemID = 0

Definition at line 47 of file InspectPackets.h.

◆ RandomPropertiesID

int16 WorldPackets::Inspect::InspectItemData::RandomPropertiesID = 0

Definition at line 49 of file InspectPackets.h.

◆ RandomPropertiesSeed

uint32 WorldPackets::Inspect::InspectItemData::RandomPropertiesSeed = 0

Definition at line 48 of file InspectPackets.h.


The documentation for this struct was generated from the following files: