TrinityCore
WorldPackets::Quest::DisplayPlayerChoice Class Referencefinal

#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 () 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
 
Packetoperator= (Packet const &right)=delete
 
virtual WorldPacket const * Write ()=0
 
virtual void Read ()=0
 
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::Duration< SecondsDuration
 
std::string_view Question
 
std::string_view PendingChoiceText
 
std::vector< PlayerChoiceResponseResponses
 
bool CloseChoiceFrame = false
 
bool HideWarboardHeader = false
 
bool KeepOpenAfterChoice = false
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 746 of file QuestPackets.h.

Constructor & Destructor Documentation

◆ DisplayPlayerChoice()

WorldPackets::Quest::DisplayPlayerChoice::DisplayPlayerChoice ( )
inline

Definition at line 749 of file QuestPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 807 of file QuestPackets.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ ChoiceID

int32 WorldPackets::Quest::DisplayPlayerChoice::ChoiceID = 0

Definition at line 754 of file QuestPackets.h.

◆ CloseChoiceFrame

bool WorldPackets::Quest::DisplayPlayerChoice::CloseChoiceFrame = false

Definition at line 763 of file QuestPackets.h.

◆ CloseUISoundKitID

uint32 WorldPackets::Quest::DisplayPlayerChoice::CloseUISoundKitID = 0

Definition at line 757 of file QuestPackets.h.

◆ Duration

WorldPackets::Duration<Seconds> WorldPackets::Quest::DisplayPlayerChoice::Duration

Definition at line 759 of file QuestPackets.h.

◆ HideWarboardHeader

bool WorldPackets::Quest::DisplayPlayerChoice::HideWarboardHeader = false

Definition at line 764 of file QuestPackets.h.

◆ KeepOpenAfterChoice

bool WorldPackets::Quest::DisplayPlayerChoice::KeepOpenAfterChoice = false

Definition at line 765 of file QuestPackets.h.

◆ NumRerolls

uint8 WorldPackets::Quest::DisplayPlayerChoice::NumRerolls = 0

Definition at line 758 of file QuestPackets.h.

◆ PendingChoiceText

std::string_view WorldPackets::Quest::DisplayPlayerChoice::PendingChoiceText

Definition at line 761 of file QuestPackets.h.

◆ Question

std::string_view WorldPackets::Quest::DisplayPlayerChoice::Question

Definition at line 760 of file QuestPackets.h.

◆ Responses

std::vector<PlayerChoiceResponse> WorldPackets::Quest::DisplayPlayerChoice::Responses

Definition at line 762 of file QuestPackets.h.

◆ SenderGUID

ObjectGuid WorldPackets::Quest::DisplayPlayerChoice::SenderGUID

Definition at line 753 of file QuestPackets.h.

◆ SoundKitID

uint32 WorldPackets::Quest::DisplayPlayerChoice::SoundKitID = 0

Definition at line 756 of file QuestPackets.h.

◆ UiTextureKitID

int32 WorldPackets::Quest::DisplayPlayerChoice::UiTextureKitID = 0

Definition at line 755 of file QuestPackets.h.


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