TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Query::QueryPlayerNameResponse Class Referencefinal

#include <QueryPackets.h>

+ Inheritance diagram for WorldPackets::Query::QueryPlayerNameResponse:

Public Member Functions

 QueryPlayerNameResponse ()
 
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 Player
 
uint8 Result = 0
 
Optional< PlayerGuidLookupDataData
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 95 of file QueryPackets.h.

Constructor & Destructor Documentation

◆ QueryPlayerNameResponse()

WorldPackets::Query::QueryPlayerNameResponse::QueryPlayerNameResponse ( )
inlineexplicit

Definition at line 98 of file QueryPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::Query::QueryPlayerNameResponse::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 73 of file QueryPackets.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ Data

Optional<PlayerGuidLookupData> WorldPackets::Query::QueryPlayerNameResponse::Data

Definition at line 104 of file QueryPackets.h.

◆ Player

ObjectGuid WorldPackets::Query::QueryPlayerNameResponse::Player

Definition at line 102 of file QueryPackets.h.

◆ Result

uint8 WorldPackets::Query::QueryPlayerNameResponse::Result = 0

Definition at line 103 of file QueryPackets.h.


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