TrinityCore
WorldPackets::Inspect::InspectItemData Struct Reference

#include <InspectPackets.h>

Public Member Functions

 InspectItemData (::Item const *item, uint8 index)
 

Public Attributes

ObjectGuid CreatorGUID
 
Item::ItemInstance Item
 
uint8 Index = 0
 
bool Usable = false
 
std::vector< InspectEnchantDataEnchants
 
std::vector< Item::ItemGemDataGems
 
std::vector< int32AzeritePowers
 
std::vector< AzeriteEssenceDataAzeriteEssences
 

Detailed Description

Definition at line 62 of file InspectPackets.h.

Constructor & Destructor Documentation

◆ InspectItemData()

WorldPackets::Inspect::InspectItemData::InspectItemData ( ::Item const *  item,
uint8  index 
)
Todo:

Definition at line 159 of file InspectPackets.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ AzeriteEssences

std::vector<AzeriteEssenceData> WorldPackets::Inspect::InspectItemData::AzeriteEssences

Definition at line 73 of file InspectPackets.h.

◆ AzeritePowers

std::vector<int32> WorldPackets::Inspect::InspectItemData::AzeritePowers

Definition at line 72 of file InspectPackets.h.

◆ CreatorGUID

ObjectGuid WorldPackets::Inspect::InspectItemData::CreatorGUID

Definition at line 66 of file InspectPackets.h.

◆ Enchants

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

Definition at line 70 of file InspectPackets.h.

◆ Gems

std::vector<Item::ItemGemData> WorldPackets::Inspect::InspectItemData::Gems

Definition at line 71 of file InspectPackets.h.

◆ Index

uint8 WorldPackets::Inspect::InspectItemData::Index = 0

Definition at line 68 of file InspectPackets.h.

◆ Item

Item::ItemInstance WorldPackets::Inspect::InspectItemData::Item

Definition at line 67 of file InspectPackets.h.

◆ Usable

bool WorldPackets::Inspect::InspectItemData::Usable = false

Definition at line 69 of file InspectPackets.h.


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