TrinityCore
WorldPackets::Query::QueryPetNameResponse Class Referencefinal

#include <QueryPackets.h>

+ Inheritance diagram for WorldPackets::Query::QueryPetNameResponse:

Public Member Functions

 QueryPetNameResponse ()
 
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

ObjectGuid UnitGUID
 
bool Allow = false
 
bool HasDeclined = false
 
DeclinedName DeclinedNames
 
WorldPackets::Timestamp Timestamp
 
std::string Name
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 379 of file QueryPackets.h.

Constructor & Destructor Documentation

◆ QueryPetNameResponse()

WorldPackets::Query::QueryPetNameResponse::QueryPetNameResponse ( )
inline

Definition at line 382 of file QueryPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 471 of file QueryPackets.cpp.

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

Member Data Documentation

◆ Allow

bool WorldPackets::Query::QueryPetNameResponse::Allow = false

Definition at line 387 of file QueryPackets.h.

◆ DeclinedNames

DeclinedName WorldPackets::Query::QueryPetNameResponse::DeclinedNames

Definition at line 390 of file QueryPackets.h.

◆ HasDeclined

bool WorldPackets::Query::QueryPetNameResponse::HasDeclined = false

Definition at line 389 of file QueryPackets.h.

◆ Name

std::string WorldPackets::Query::QueryPetNameResponse::Name

Definition at line 392 of file QueryPackets.h.

◆ Timestamp

WorldPackets::Timestamp WorldPackets::Query::QueryPetNameResponse::Timestamp

Definition at line 391 of file QueryPackets.h.

◆ UnitGUID

ObjectGuid WorldPackets::Query::QueryPetNameResponse::UnitGUID

Definition at line 386 of file QueryPackets.h.


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