TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Query::GameObjectStats Struct Reference

#include <QueryPackets.h>

Public Attributes

std::string Name
 
std::string IconName
 
std::string CastBarCaption
 
std::string UnkString
 
uint32 Type = 0
 
uint32 DisplayID = 0
 
uint32 Data [MAX_GAMEOBJECT_DATA] = { }
 
float Size = 0.0f
 
uint32 QuestItems [MAX_GAMEOBJECT_QUEST_ITEMS] = { }
 

Detailed Description

Definition at line 118 of file QueryPackets.h.

Member Data Documentation

◆ CastBarCaption

std::string WorldPackets::Query::GameObjectStats::CastBarCaption

Definition at line 122 of file QueryPackets.h.

◆ Data

uint32 WorldPackets::Query::GameObjectStats::Data[MAX_GAMEOBJECT_DATA] = { }

Definition at line 126 of file QueryPackets.h.

◆ DisplayID

uint32 WorldPackets::Query::GameObjectStats::DisplayID = 0

Definition at line 125 of file QueryPackets.h.

◆ IconName

std::string WorldPackets::Query::GameObjectStats::IconName

Definition at line 121 of file QueryPackets.h.

◆ Name

std::string WorldPackets::Query::GameObjectStats::Name

Definition at line 120 of file QueryPackets.h.

◆ QuestItems

uint32 WorldPackets::Query::GameObjectStats::QuestItems[MAX_GAMEOBJECT_QUEST_ITEMS] = { }

Definition at line 128 of file QueryPackets.h.

◆ Size

float WorldPackets::Query::GameObjectStats::Size = 0.0f

Definition at line 127 of file QueryPackets.h.

◆ Type

uint32 WorldPackets::Query::GameObjectStats::Type = 0

Definition at line 124 of file QueryPackets.h.

◆ UnkString

std::string WorldPackets::Query::GameObjectStats::UnkString

Definition at line 123 of file QueryPackets.h.


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