TrinityCore
WorldPackets::Inspect::InspectResult Class Referencefinal

#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 () override 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
 
Packetoperator= (Packet const &right)=delete
 
virtual WorldPacket const * Write ()=0
 
virtual void Read ()=0
 
WorldPacket const * GetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

PlayerModelDisplayInfo DisplayInfo
 
std::vector< uint16Glyphs
 
std::vector< uint16Talents
 
std::array< uint16, MAX_PVP_TALENT_SLOTSPvpTalents
 
Optional< InspectGuildDataGuildData
 
std::array< PVPBracketData, 9 > Bracket
 
Optional< int32AzeriteLevel
 
int32 ItemLevel = 0
 
uint32 LifetimeHK = 0
 
uint32 HonorLevel = 0
 
uint16 TodayHK = 0
 
uint16 YesterdayHK = 0
 
uint8 LifetimeMaxRank = 0
 
TraitInspectInfo TalentTraits
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 127 of file InspectPackets.h.

Constructor & Destructor Documentation

◆ InspectResult()

WorldPackets::Inspect::InspectResult::InspectResult ( )
inline

Definition at line 130 of file InspectPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::Inspect::InspectResult::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 208 of file InspectPackets.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ AzeriteLevel

Optional<int32> WorldPackets::Inspect::InspectResult::AzeriteLevel

Definition at line 143 of file InspectPackets.h.

◆ Bracket

std::array<PVPBracketData, 9> WorldPackets::Inspect::InspectResult::Bracket

Definition at line 142 of file InspectPackets.h.

◆ DisplayInfo

PlayerModelDisplayInfo WorldPackets::Inspect::InspectResult::DisplayInfo

Definition at line 137 of file InspectPackets.h.

◆ Glyphs

std::vector<uint16> WorldPackets::Inspect::InspectResult::Glyphs

Definition at line 138 of file InspectPackets.h.

◆ GuildData

Optional<InspectGuildData> WorldPackets::Inspect::InspectResult::GuildData

Definition at line 141 of file InspectPackets.h.

◆ HonorLevel

uint32 WorldPackets::Inspect::InspectResult::HonorLevel = 0

Definition at line 146 of file InspectPackets.h.

◆ ItemLevel

int32 WorldPackets::Inspect::InspectResult::ItemLevel = 0

Definition at line 144 of file InspectPackets.h.

◆ LifetimeHK

uint32 WorldPackets::Inspect::InspectResult::LifetimeHK = 0

Definition at line 145 of file InspectPackets.h.

◆ LifetimeMaxRank

uint8 WorldPackets::Inspect::InspectResult::LifetimeMaxRank = 0

Definition at line 149 of file InspectPackets.h.

◆ PvpTalents

std::array<uint16, MAX_PVP_TALENT_SLOTS> WorldPackets::Inspect::InspectResult::PvpTalents

Definition at line 140 of file InspectPackets.h.

◆ Talents

std::vector<uint16> WorldPackets::Inspect::InspectResult::Talents

Definition at line 139 of file InspectPackets.h.

◆ TalentTraits

TraitInspectInfo WorldPackets::Inspect::InspectResult::TalentTraits

Definition at line 150 of file InspectPackets.h.

◆ TodayHK

uint16 WorldPackets::Inspect::InspectResult::TodayHK = 0

Definition at line 147 of file InspectPackets.h.

◆ YesterdayHK

uint16 WorldPackets::Inspect::InspectResult::YesterdayHK = 0

Definition at line 148 of file InspectPackets.h.


The documentation for this class was generated from the following files: