TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Inspect::InspectResult Class Referencefinal

#include <InspectPackets.h>

+ Inheritance diagram for WorldPackets::Inspect::InspectResult:

Public Member Functions

 InspectResult ()
 
WorldPacket constWrite () override
 
- Public Member Functions inherited from WorldPackets::ServerPacket
 ServerPacket (OpcodeServer opcode, size_t initialSize=200)
 
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
 
WorldPacket constGetRawPacket () const
 
size_t GetSize () const
 

Public Attributes

ObjectGuid InspecteeGUID
 
std::bitset< 19 > ItemSlots
 
std::vector< InspectItemDataItems
 
Talent::TalentInfoUpdate TalentInfo
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 54 of file InspectPackets.h.

Constructor & Destructor Documentation

◆ InspectResult()

WorldPackets::Inspect::InspectResult::InspectResult ( )
inlineexplicit

Definition at line 57 of file InspectPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 61 of file InspectPackets.cpp.

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

Member Data Documentation

◆ InspecteeGUID

ObjectGuid WorldPackets::Inspect::InspectResult::InspecteeGUID

Definition at line 61 of file InspectPackets.h.

◆ Items

std::vector<InspectItemData> WorldPackets::Inspect::InspectResult::Items

Definition at line 63 of file InspectPackets.h.

◆ ItemSlots

std::bitset<19> WorldPackets::Inspect::InspectResult::ItemSlots

Definition at line 62 of file InspectPackets.h.

◆ TalentInfo

Talent::TalentInfoUpdate WorldPackets::Inspect::InspectResult::TalentInfo

Definition at line 64 of file InspectPackets.h.


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