![]() |
TrinityCore
|
#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 | |
| Packet & | operator= (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 |
Definition at line 380 of file QuestPackets.h.
|
inlineexplicit |
Definition at line 383 of file QuestPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 445 of file QuestPackets.cpp.
Here is the caller graph for this function:| bool WorldPackets::Quest::QuestGiverQuestComplete::HideChatMessage = false |
Definition at line 395 of file QuestPackets.h.
| WorldPackets::Item::ItemInstance WorldPackets::Quest::QuestGiverQuestComplete::ItemReward |
Definition at line 396 of file QuestPackets.h.
| bool WorldPackets::Quest::QuestGiverQuestComplete::LaunchGossip = false |
Definition at line 393 of file QuestPackets.h.
| bool WorldPackets::Quest::QuestGiverQuestComplete::LaunchQuest = false |
Definition at line 394 of file QuestPackets.h.
| int64 WorldPackets::Quest::QuestGiverQuestComplete::MoneyReward = 0 |
Definition at line 389 of file QuestPackets.h.
| int32 WorldPackets::Quest::QuestGiverQuestComplete::NumSkillUpsReward = 0 |
Definition at line 391 of file QuestPackets.h.
| int32 WorldPackets::Quest::QuestGiverQuestComplete::QuestID = 0 |
Definition at line 387 of file QuestPackets.h.
| int32 WorldPackets::Quest::QuestGiverQuestComplete::SkillLineIDReward = 0 |
Definition at line 390 of file QuestPackets.h.
| bool WorldPackets::Quest::QuestGiverQuestComplete::UseQuestReward = false |
Definition at line 392 of file QuestPackets.h.
| int32 WorldPackets::Quest::QuestGiverQuestComplete::XPReward = 0 |
Definition at line 388 of file QuestPackets.h.