TrinityCore
Loading...
Searching...
No Matches
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
 
int32 ContentTuningId = 0
 
int32 RequiredLevel = 0
 

Detailed Description

Definition at line 233 of file QueryPackets.h.

Member Data Documentation

◆ CastBarCaption

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

Definition at line 237 of file QueryPackets.h.

◆ ContentTuningId

int32 WorldPackets::Query::GameObjectStats::ContentTuningId = 0

Definition at line 244 of file QueryPackets.h.

◆ Data

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

Definition at line 241 of file QueryPackets.h.

◆ DisplayID

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

Definition at line 240 of file QueryPackets.h.

◆ IconName

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

Definition at line 236 of file QueryPackets.h.

◆ Name

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

Definition at line 235 of file QueryPackets.h.

◆ QuestItems

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

Definition at line 243 of file QueryPackets.h.

◆ RequiredLevel

int32 WorldPackets::Query::GameObjectStats::RequiredLevel = 0

Definition at line 245 of file QueryPackets.h.

◆ Size

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

Definition at line 242 of file QueryPackets.h.

◆ Type

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

Definition at line 239 of file QueryPackets.h.

◆ UnkString

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

Definition at line 238 of file QueryPackets.h.


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