TrinityCore
WorldPackets::Query::GameObjectStats Struct Reference

#include <QueryPackets.h>

Public Attributes

std::string Name [4]
 
std::string IconName
 
std::string CastBarCaption
 
std::string UnkString
 
uint32 Type = 0
 
uint32 DisplayID = 0
 
std::array< uint32, MAX_GAMEOBJECT_DATAData = { }
 
float Size = 0.0f
 
std::vector< int32QuestItems
 
uint32 ContentTuningId = 0
 

Detailed Description

Definition at line 229 of file QueryPackets.h.

Member Data Documentation

◆ CastBarCaption

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

Definition at line 233 of file QueryPackets.h.

◆ ContentTuningId

uint32 WorldPackets::Query::GameObjectStats::ContentTuningId = 0

Definition at line 240 of file QueryPackets.h.

◆ Data

std::array<uint32, MAX_GAMEOBJECT_DATA> WorldPackets::Query::GameObjectStats::Data = { }

Definition at line 237 of file QueryPackets.h.

◆ DisplayID

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

Definition at line 236 of file QueryPackets.h.

◆ IconName

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

Definition at line 232 of file QueryPackets.h.

◆ Name

std::string WorldPackets::Query::GameObjectStats::Name[4]

Definition at line 231 of file QueryPackets.h.

◆ QuestItems

std::vector<int32> WorldPackets::Query::GameObjectStats::QuestItems

Definition at line 239 of file QueryPackets.h.

◆ Size

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

Definition at line 238 of file QueryPackets.h.

◆ Type

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

Definition at line 235 of file QueryPackets.h.

◆ UnkString

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

Definition at line 234 of file QueryPackets.h.


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