![]() |
TrinityCore
|
#include <InspectPackets.h>
Inheritance diagram for WorldPackets::Inspect::InspectResult:Public Member Functions | |
| InspectResult () | |
| WorldPacket const * | Write () override |
Public Member Functions inherited from WorldPackets::ServerPacket | |
| ServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT) | |
| void | Read () final |
| void | Clear () |
| WorldPacket && | Move () |
| void | ShrinkToFit () |
| OpcodeServer | GetOpcode () const |
Public Member Functions inherited from WorldPackets::Packet | |
| Packet (WorldPacket &&worldPacket) | |
| virtual | ~Packet ()=default |
| Packet (Packet const &right)=delete | |
| Packet & | operator= (Packet const &right)=delete |
| WorldPacket const * | GetRawPacket () const |
| size_t | GetSize () const |
| ConnectionType | GetConnection () const |
Public Attributes | |
| PlayerModelDisplayInfo | DisplayInfo |
| std::vector< uint16 > | Glyphs |
| std::vector< uint16 > | Talents |
| std::array< uint16, MAX_PVP_TALENT_SLOTS > | PvpTalents = { } |
| Optional< InspectGuildData > | GuildData |
| std::array< PVPBracketData, 9 > | Bracket |
| Optional< int32 > | AzeriteLevel |
| int32 | ItemLevel = 0 |
| uint32 | LifetimeHK = 0 |
| uint32 | HonorLevel = 0 |
| uint16 | TodayHK = 0 |
| uint16 | YesterdayHK = 0 |
| uint8 | LifetimeMaxRank = 0 |
| Talent::ClassicTalentInfoUpdate | TalentInfo |
| TraitInspectInfo | TraitsInfo |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 129 of file InspectPackets.h.
|
inlineexplicit |
Definition at line 132 of file InspectPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 209 of file InspectPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 142 of file InspectPackets.h.
| std::array<PVPBracketData, 9> WorldPackets::Inspect::InspectResult::Bracket |
Definition at line 141 of file InspectPackets.h.
| PlayerModelDisplayInfo WorldPackets::Inspect::InspectResult::DisplayInfo |
Definition at line 136 of file InspectPackets.h.
| std::vector<uint16> WorldPackets::Inspect::InspectResult::Glyphs |
Definition at line 137 of file InspectPackets.h.
| Optional<InspectGuildData> WorldPackets::Inspect::InspectResult::GuildData |
Definition at line 140 of file InspectPackets.h.
| uint32 WorldPackets::Inspect::InspectResult::HonorLevel = 0 |
Definition at line 145 of file InspectPackets.h.
| int32 WorldPackets::Inspect::InspectResult::ItemLevel = 0 |
Definition at line 143 of file InspectPackets.h.
| uint32 WorldPackets::Inspect::InspectResult::LifetimeHK = 0 |
Definition at line 144 of file InspectPackets.h.
| uint8 WorldPackets::Inspect::InspectResult::LifetimeMaxRank = 0 |
Definition at line 148 of file InspectPackets.h.
| std::array<uint16, MAX_PVP_TALENT_SLOTS> WorldPackets::Inspect::InspectResult::PvpTalents = { } |
Definition at line 139 of file InspectPackets.h.
| Talent::ClassicTalentInfoUpdate WorldPackets::Inspect::InspectResult::TalentInfo |
Definition at line 149 of file InspectPackets.h.
| std::vector<uint16> WorldPackets::Inspect::InspectResult::Talents |
Definition at line 138 of file InspectPackets.h.
| uint16 WorldPackets::Inspect::InspectResult::TodayHK = 0 |
Definition at line 146 of file InspectPackets.h.
| TraitInspectInfo WorldPackets::Inspect::InspectResult::TraitsInfo |
Definition at line 150 of file InspectPackets.h.
| uint16 WorldPackets::Inspect::InspectResult::YesterdayHK = 0 |
Definition at line 147 of file InspectPackets.h.