![]() |
TrinityCore
|
#include <QuestPackets.h>
Inheritance diagram for WorldPackets::Quest::DisplayPlayerChoice:Public Member Functions | |
| DisplayPlayerChoice () | |
| 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 | |
| ObjectGuid | SenderGUID |
| int32 | ChoiceID = 0 |
| int32 | UiTextureKitID = 0 |
| uint32 | SoundKitID = 0 |
| uint32 | CloseUISoundKitID = 0 |
| uint8 | NumRerolls = 0 |
| WorldPackets::Timestamp | ExpireTime |
| std::string_view | Question |
| std::string_view | PendingChoiceText |
| std::vector< PlayerChoiceResponse > | Responses |
| bool | InfiniteRange = false |
| bool | HideWarboardHeader = false |
| bool | KeepOpenAfterChoice = false |
| bool | ShowChoicesAsList = false |
| bool | ForceDontShowChoicesAsList = false |
| bool | RequiresSelection = false |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 782 of file QuestPackets.h.
|
inline |
Definition at line 785 of file QuestPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 839 of file QuestPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int32 WorldPackets::Quest::DisplayPlayerChoice::ChoiceID = 0 |
Definition at line 790 of file QuestPackets.h.
| uint32 WorldPackets::Quest::DisplayPlayerChoice::CloseUISoundKitID = 0 |
Definition at line 793 of file QuestPackets.h.
| WorldPackets::Timestamp WorldPackets::Quest::DisplayPlayerChoice::ExpireTime |
Definition at line 795 of file QuestPackets.h.
| bool WorldPackets::Quest::DisplayPlayerChoice::ForceDontShowChoicesAsList = false |
Definition at line 803 of file QuestPackets.h.
| bool WorldPackets::Quest::DisplayPlayerChoice::HideWarboardHeader = false |
Definition at line 800 of file QuestPackets.h.
| bool WorldPackets::Quest::DisplayPlayerChoice::InfiniteRange = false |
Definition at line 799 of file QuestPackets.h.
| bool WorldPackets::Quest::DisplayPlayerChoice::KeepOpenAfterChoice = false |
Definition at line 801 of file QuestPackets.h.
| uint8 WorldPackets::Quest::DisplayPlayerChoice::NumRerolls = 0 |
Definition at line 794 of file QuestPackets.h.
| std::string_view WorldPackets::Quest::DisplayPlayerChoice::PendingChoiceText |
Definition at line 797 of file QuestPackets.h.
| std::string_view WorldPackets::Quest::DisplayPlayerChoice::Question |
Definition at line 796 of file QuestPackets.h.
| bool WorldPackets::Quest::DisplayPlayerChoice::RequiresSelection = false |
Definition at line 804 of file QuestPackets.h.
| std::vector<PlayerChoiceResponse> WorldPackets::Quest::DisplayPlayerChoice::Responses |
Definition at line 798 of file QuestPackets.h.
| ObjectGuid WorldPackets::Quest::DisplayPlayerChoice::SenderGUID |
Definition at line 789 of file QuestPackets.h.
| bool WorldPackets::Quest::DisplayPlayerChoice::ShowChoicesAsList = false |
Definition at line 802 of file QuestPackets.h.
| uint32 WorldPackets::Quest::DisplayPlayerChoice::SoundKitID = 0 |
Definition at line 792 of file QuestPackets.h.
| int32 WorldPackets::Quest::DisplayPlayerChoice::UiTextureKitID = 0 |
Definition at line 791 of file QuestPackets.h.