TrinityCore
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
WorldPackets::Quest::QuestGiverQuestDetails Class Referencefinal

#include <QuestPackets.h>

+ Inheritance diagram for WorldPackets::Quest::QuestGiverQuestDetails:

Public Member Functions

 QuestGiverQuestDetails ()
 
WorldPacket const * Write () 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
 
virtual WorldPacket const * Write ()=0
 
virtual void Read ()=0
 
WorldPacket const * GetRawPacket () const
 
size_t GetSize () const
 

Public Attributes

ObjectGuid QuestGiverGUID
 
ObjectGuid InformUnit
 
uint32 QuestID = 0
 
std::string Title
 
std::string Details
 
std::string Objectives
 
bool AutoLaunched = false
 
uint32 Flags = 0
 
uint32 SuggestedGroupNum = 0
 
bool StartCheat = false
 
QuestRewards Rewards
 
std::vector< QuestDescEmoteDescEmotes
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 149 of file QuestPackets.h.

Constructor & Destructor Documentation

◆ QuestGiverQuestDetails()

WorldPackets::Quest::QuestGiverQuestDetails::QuestGiverQuestDetails ( )
inline

Definition at line 152 of file QuestPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 130 of file QuestPackets.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ AutoLaunched

bool WorldPackets::Quest::QuestGiverQuestDetails::AutoLaunched = false

Definition at line 162 of file QuestPackets.h.

◆ DescEmotes

std::vector<QuestDescEmote> WorldPackets::Quest::QuestGiverQuestDetails::DescEmotes

Definition at line 167 of file QuestPackets.h.

◆ Details

std::string WorldPackets::Quest::QuestGiverQuestDetails::Details

Definition at line 160 of file QuestPackets.h.

◆ Flags

uint32 WorldPackets::Quest::QuestGiverQuestDetails::Flags = 0

Definition at line 163 of file QuestPackets.h.

◆ InformUnit

ObjectGuid WorldPackets::Quest::QuestGiverQuestDetails::InformUnit

Definition at line 157 of file QuestPackets.h.

◆ Objectives

std::string WorldPackets::Quest::QuestGiverQuestDetails::Objectives

Definition at line 161 of file QuestPackets.h.

◆ QuestGiverGUID

ObjectGuid WorldPackets::Quest::QuestGiverQuestDetails::QuestGiverGUID

Definition at line 156 of file QuestPackets.h.

◆ QuestID

uint32 WorldPackets::Quest::QuestGiverQuestDetails::QuestID = 0

Definition at line 158 of file QuestPackets.h.

◆ Rewards

QuestRewards WorldPackets::Quest::QuestGiverQuestDetails::Rewards

Definition at line 166 of file QuestPackets.h.

◆ StartCheat

bool WorldPackets::Quest::QuestGiverQuestDetails::StartCheat = false

Definition at line 165 of file QuestPackets.h.

◆ SuggestedGroupNum

uint32 WorldPackets::Quest::QuestGiverQuestDetails::SuggestedGroupNum = 0

Definition at line 164 of file QuestPackets.h.

◆ Title

std::string WorldPackets::Quest::QuestGiverQuestDetails::Title

Definition at line 159 of file QuestPackets.h.


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