![]() |
TrinityCore
|
#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 | |
| Packet & | operator= (Packet const &right)=delete |
| 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< QuestDescEmote > | DescEmotes |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 149 of file QuestPackets.h.
|
inline |
Definition at line 152 of file QuestPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 130 of file QuestPackets.cpp.
Here is the caller graph for this function:Definition at line 162 of file QuestPackets.h.
| std::vector<QuestDescEmote> WorldPackets::Quest::QuestGiverQuestDetails::DescEmotes |
Definition at line 167 of file QuestPackets.h.
| std::string WorldPackets::Quest::QuestGiverQuestDetails::Details |
Definition at line 160 of file QuestPackets.h.
| uint32 WorldPackets::Quest::QuestGiverQuestDetails::Flags = 0 |
Definition at line 163 of file QuestPackets.h.
| ObjectGuid WorldPackets::Quest::QuestGiverQuestDetails::InformUnit |
Definition at line 157 of file QuestPackets.h.
| std::string WorldPackets::Quest::QuestGiverQuestDetails::Objectives |
Definition at line 161 of file QuestPackets.h.
| ObjectGuid WorldPackets::Quest::QuestGiverQuestDetails::QuestGiverGUID |
Definition at line 156 of file QuestPackets.h.
| uint32 WorldPackets::Quest::QuestGiverQuestDetails::QuestID = 0 |
Definition at line 158 of file QuestPackets.h.
| QuestRewards WorldPackets::Quest::QuestGiverQuestDetails::Rewards |
Definition at line 166 of file QuestPackets.h.
Definition at line 165 of file QuestPackets.h.
| uint32 WorldPackets::Quest::QuestGiverQuestDetails::SuggestedGroupNum = 0 |
Definition at line 164 of file QuestPackets.h.
| std::string WorldPackets::Quest::QuestGiverQuestDetails::Title |
Definition at line 159 of file QuestPackets.h.