TrinityCore
WorldPackets::Quest::QuestGiverQuestComplete Class Referencefinal

#include <QuestPackets.h>

+ Inheritance diagram for WorldPackets::Quest::QuestGiverQuestComplete:

Public Member Functions

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

int32 QuestID = 0
 
int32 XPReward = 0
 
int64 MoneyReward = 0
 
int32 SkillLineIDReward = 0
 
int32 NumSkillUpsReward = 0
 
bool UseQuestReward = false
 
bool LaunchGossip = false
 
bool LaunchQuest = false
 
bool HideChatMessage = false
 
WorldPackets::Item::ItemInstance ItemReward
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 349 of file QuestPackets.h.

Constructor & Destructor Documentation

◆ QuestGiverQuestComplete()

WorldPackets::Quest::QuestGiverQuestComplete::QuestGiverQuestComplete ( )
inline

Definition at line 352 of file QuestPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 412 of file QuestPackets.cpp.

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

Member Data Documentation

◆ HideChatMessage

bool WorldPackets::Quest::QuestGiverQuestComplete::HideChatMessage = false

Definition at line 364 of file QuestPackets.h.

◆ ItemReward

WorldPackets::Item::ItemInstance WorldPackets::Quest::QuestGiverQuestComplete::ItemReward

Definition at line 365 of file QuestPackets.h.

◆ LaunchGossip

bool WorldPackets::Quest::QuestGiverQuestComplete::LaunchGossip = false

Definition at line 362 of file QuestPackets.h.

◆ LaunchQuest

bool WorldPackets::Quest::QuestGiverQuestComplete::LaunchQuest = false

Definition at line 363 of file QuestPackets.h.

◆ MoneyReward

int64 WorldPackets::Quest::QuestGiverQuestComplete::MoneyReward = 0

Definition at line 358 of file QuestPackets.h.

◆ NumSkillUpsReward

int32 WorldPackets::Quest::QuestGiverQuestComplete::NumSkillUpsReward = 0

Definition at line 360 of file QuestPackets.h.

◆ QuestID

int32 WorldPackets::Quest::QuestGiverQuestComplete::QuestID = 0

Definition at line 356 of file QuestPackets.h.

◆ SkillLineIDReward

int32 WorldPackets::Quest::QuestGiverQuestComplete::SkillLineIDReward = 0

Definition at line 359 of file QuestPackets.h.

◆ UseQuestReward

bool WorldPackets::Quest::QuestGiverQuestComplete::UseQuestReward = false

Definition at line 361 of file QuestPackets.h.

◆ XPReward

int32 WorldPackets::Quest::QuestGiverQuestComplete::XPReward = 0

Definition at line 357 of file QuestPackets.h.


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