![]() |
TrinityCore
|
#include <QuestPackets.h>
Inheritance diagram for WorldPackets::Quest::QuestGiverInvalidQuest:Public Member Functions | |
| QuestGiverInvalidQuest () | |
| 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 | |
| uint32 | Reason = 0 |
| int32 | ContributionRewardID = 0 |
| bool | SendErrorMessage = false |
| std::string | ReasonText |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 634 of file QuestPackets.h.
|
inlineexplicit |
Definition at line 637 of file QuestPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 679 of file QuestPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int32 WorldPackets::Quest::QuestGiverInvalidQuest::ContributionRewardID = 0 |
Definition at line 642 of file QuestPackets.h.
| uint32 WorldPackets::Quest::QuestGiverInvalidQuest::Reason = 0 |
Definition at line 641 of file QuestPackets.h.
| std::string WorldPackets::Quest::QuestGiverInvalidQuest::ReasonText |
Definition at line 644 of file QuestPackets.h.
| bool WorldPackets::Quest::QuestGiverInvalidQuest::SendErrorMessage = false |
Definition at line 643 of file QuestPackets.h.