![]() |
TrinityCore
|
#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] = { } |
Definition at line 118 of file QueryPackets.h.
| std::string WorldPackets::Query::GameObjectStats::CastBarCaption |
Definition at line 122 of file QueryPackets.h.
| uint32 WorldPackets::Query::GameObjectStats::Data[MAX_GAMEOBJECT_DATA] = { } |
Definition at line 126 of file QueryPackets.h.
| uint32 WorldPackets::Query::GameObjectStats::DisplayID = 0 |
Definition at line 125 of file QueryPackets.h.
| std::string WorldPackets::Query::GameObjectStats::IconName |
Definition at line 121 of file QueryPackets.h.
| std::string WorldPackets::Query::GameObjectStats::Name |
Definition at line 120 of file QueryPackets.h.
| uint32 WorldPackets::Query::GameObjectStats::QuestItems[MAX_GAMEOBJECT_QUEST_ITEMS] = { } |
Definition at line 128 of file QueryPackets.h.
| float WorldPackets::Query::GameObjectStats::Size = 0.0f |
Definition at line 127 of file QueryPackets.h.
| uint32 WorldPackets::Query::GameObjectStats::Type = 0 |
Definition at line 124 of file QueryPackets.h.
| std::string WorldPackets::Query::GameObjectStats::UnkString |
Definition at line 123 of file QueryPackets.h.