TrinityCore
Loading...
Searching...
No Matches
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 () 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 const * GetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

ObjectGuid SenderGUID
 
uint32 Result = 0
 
std::string_view QuestTitle
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 602 of file QuestPackets.h.

Constructor & Destructor Documentation

◆ QuestPushResultResponse()

WorldPackets::Quest::QuestPushResultResponse::QuestPushResultResponse ( )
inlineexplicit

Definition at line 605 of file QuestPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 659 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_view WorldPackets::Quest::QuestPushResultResponse::QuestTitle

Definition at line 611 of file QuestPackets.h.

◆ Result

uint32 WorldPackets::Quest::QuestPushResultResponse::Result = 0

Definition at line 610 of file QuestPackets.h.

◆ SenderGUID

ObjectGuid WorldPackets::Quest::QuestPushResultResponse::SenderGUID

Definition at line 609 of file QuestPackets.h.


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