TrinityCore
Loading...
Searching...
No Matches
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 () 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

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 380 of file QuestPackets.h.

Constructor & Destructor Documentation

◆ QuestGiverQuestComplete()

WorldPackets::Quest::QuestGiverQuestComplete::QuestGiverQuestComplete ( )
inlineexplicit

Definition at line 383 of file QuestPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 445 of file QuestPackets.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ HideChatMessage

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

Definition at line 395 of file QuestPackets.h.

◆ ItemReward

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

Definition at line 396 of file QuestPackets.h.

◆ LaunchGossip

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

Definition at line 393 of file QuestPackets.h.

◆ LaunchQuest

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

Definition at line 394 of file QuestPackets.h.

◆ MoneyReward

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

Definition at line 389 of file QuestPackets.h.

◆ NumSkillUpsReward

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

Definition at line 391 of file QuestPackets.h.

◆ QuestID

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

Definition at line 387 of file QuestPackets.h.

◆ SkillLineIDReward

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

Definition at line 390 of file QuestPackets.h.

◆ UseQuestReward

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

Definition at line 392 of file QuestPackets.h.

◆ XPReward

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

Definition at line 388 of file QuestPackets.h.


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