TrinityCore
Loading...
Searching...
No Matches
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 () 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
 
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< PlayerChoiceResponseResponses
 
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
 

Detailed Description

Definition at line 782 of file QuestPackets.h.

Constructor & Destructor Documentation

◆ DisplayPlayerChoice()

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

Definition at line 785 of file QuestPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::Quest::DisplayPlayerChoice::Write ( )
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:

Member Data Documentation

◆ ChoiceID

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

Definition at line 790 of file QuestPackets.h.

◆ CloseUISoundKitID

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

Definition at line 793 of file QuestPackets.h.

◆ ExpireTime

WorldPackets::Timestamp WorldPackets::Quest::DisplayPlayerChoice::ExpireTime

Definition at line 795 of file QuestPackets.h.

◆ ForceDontShowChoicesAsList

bool WorldPackets::Quest::DisplayPlayerChoice::ForceDontShowChoicesAsList = false

Definition at line 803 of file QuestPackets.h.

◆ HideWarboardHeader

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

Definition at line 800 of file QuestPackets.h.

◆ InfiniteRange

bool WorldPackets::Quest::DisplayPlayerChoice::InfiniteRange = false

Definition at line 799 of file QuestPackets.h.

◆ KeepOpenAfterChoice

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

Definition at line 801 of file QuestPackets.h.

◆ NumRerolls

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

Definition at line 794 of file QuestPackets.h.

◆ PendingChoiceText

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

Definition at line 797 of file QuestPackets.h.

◆ Question

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

Definition at line 796 of file QuestPackets.h.

◆ RequiresSelection

bool WorldPackets::Quest::DisplayPlayerChoice::RequiresSelection = false

Definition at line 804 of file QuestPackets.h.

◆ Responses

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

Definition at line 798 of file QuestPackets.h.

◆ SenderGUID

ObjectGuid WorldPackets::Quest::DisplayPlayerChoice::SenderGUID

Definition at line 789 of file QuestPackets.h.

◆ ShowChoicesAsList

bool WorldPackets::Quest::DisplayPlayerChoice::ShowChoicesAsList = false

Definition at line 802 of file QuestPackets.h.

◆ SoundKitID

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

Definition at line 792 of file QuestPackets.h.

◆ UiTextureKitID

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

Definition at line 791 of file QuestPackets.h.


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