TrinityCore
WorldPackets::Quest::ChoiceResponse Class Referencefinal

#include <QuestPackets.h>

+ Inheritance diagram for WorldPackets::Quest::ChoiceResponse:

Public Member Functions

 ChoiceResponse (WorldPacket &&packet)
 
void Read () override
 
- Public Member Functions inherited from WorldPackets::ClientPacket
 ClientPacket (WorldPacket &&packet)
 
 ClientPacket (OpcodeClient expectedOpcode, WorldPacket &&packet)
 
WorldPacket const * Write () override final
 
OpcodeClient 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

int32 ChoiceID = 0
 
int32 ResponseIdentifier = 0
 
bool IsReroll = false
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 768 of file QuestPackets.h.

Constructor & Destructor Documentation

◆ ChoiceResponse()

WorldPackets::Quest::ChoiceResponse::ChoiceResponse ( WorldPacket &&  packet)
inline

Definition at line 771 of file QuestPackets.h.

Member Function Documentation

◆ Read()

void WorldPackets::Quest::ChoiceResponse::Read ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 832 of file QuestPackets.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ ChoiceID

int32 WorldPackets::Quest::ChoiceResponse::ChoiceID = 0

Definition at line 775 of file QuestPackets.h.

◆ IsReroll

bool WorldPackets::Quest::ChoiceResponse::IsReroll = false

Definition at line 777 of file QuestPackets.h.

◆ ResponseIdentifier

int32 WorldPackets::Quest::ChoiceResponse::ResponseIdentifier = 0

Definition at line 776 of file QuestPackets.h.


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