TrinityCore
WorldPackets::Quest::QuestPushResultResponse Class Referencefinal

#include <QuestPackets.h>

+ Inheritance diagram for WorldPackets::Quest::QuestPushResultResponse:

Public Member Functions

 QuestPushResultResponse ()
 
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 SenderGUID
 
uint8 Result = 0
 
std::string QuestTitle
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 565 of file QuestPackets.h.

Constructor & Destructor Documentation

◆ QuestPushResultResponse()

WorldPackets::Quest::QuestPushResultResponse::QuestPushResultResponse ( )
inline

Definition at line 568 of file QuestPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::Quest::QuestPushResultResponse::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 623 of file QuestPackets.cpp.

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

Member Data Documentation

◆ QuestTitle

std::string WorldPackets::Quest::QuestPushResultResponse::QuestTitle

Definition at line 574 of file QuestPackets.h.

◆ Result

uint8 WorldPackets::Quest::QuestPushResultResponse::Result = 0

Definition at line 573 of file QuestPackets.h.

◆ SenderGUID

ObjectGuid WorldPackets::Quest::QuestPushResultResponse::SenderGUID

Definition at line 572 of file QuestPackets.h.


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