TrinityCore
WorldPackets::Quest::PlayerChoiceResponse Struct Reference

#include <QuestPackets.h>

Public Attributes

int32 ResponseID = 0
 
uint16 ResponseIdentifier = 0
 
int32 ChoiceArtFileID = 0
 
int32 Flags = 0
 
uint32 WidgetSetID = 0
 
uint32 UiTextureAtlasElementID = 0
 
uint32 SoundKitID = 0
 
uint8 GroupID = 0
 
int32 UiTextureKitID = 0
 
std::string_view Answer
 
std::string_view Header
 
std::string_view SubHeader
 
std::string_view ButtonTooltip
 
std::string_view Description
 
std::string_view Confirmation
 
Optional< PlayerChoiceResponseRewardReward
 
Optional< uint32RewardQuestID
 
Optional< PlayerChoiceResponseMawPowerMawPower
 

Detailed Description

Definition at line 724 of file QuestPackets.h.

Member Data Documentation

◆ Answer

std::string_view WorldPackets::Quest::PlayerChoiceResponse::Answer

Definition at line 735 of file QuestPackets.h.

◆ ButtonTooltip

std::string_view WorldPackets::Quest::PlayerChoiceResponse::ButtonTooltip

Definition at line 738 of file QuestPackets.h.

◆ ChoiceArtFileID

int32 WorldPackets::Quest::PlayerChoiceResponse::ChoiceArtFileID = 0

Definition at line 728 of file QuestPackets.h.

◆ Confirmation

std::string_view WorldPackets::Quest::PlayerChoiceResponse::Confirmation

Definition at line 740 of file QuestPackets.h.

◆ Description

std::string_view WorldPackets::Quest::PlayerChoiceResponse::Description

Definition at line 739 of file QuestPackets.h.

◆ Flags

int32 WorldPackets::Quest::PlayerChoiceResponse::Flags = 0

Definition at line 729 of file QuestPackets.h.

◆ GroupID

uint8 WorldPackets::Quest::PlayerChoiceResponse::GroupID = 0

Definition at line 733 of file QuestPackets.h.

◆ Header

std::string_view WorldPackets::Quest::PlayerChoiceResponse::Header

Definition at line 736 of file QuestPackets.h.

◆ MawPower

Optional<PlayerChoiceResponseMawPower> WorldPackets::Quest::PlayerChoiceResponse::MawPower

Definition at line 743 of file QuestPackets.h.

◆ ResponseID

int32 WorldPackets::Quest::PlayerChoiceResponse::ResponseID = 0

Definition at line 726 of file QuestPackets.h.

◆ ResponseIdentifier

uint16 WorldPackets::Quest::PlayerChoiceResponse::ResponseIdentifier = 0

Definition at line 727 of file QuestPackets.h.

◆ Reward

Optional<PlayerChoiceResponseReward> WorldPackets::Quest::PlayerChoiceResponse::Reward

Definition at line 741 of file QuestPackets.h.

◆ RewardQuestID

Optional<uint32> WorldPackets::Quest::PlayerChoiceResponse::RewardQuestID

Definition at line 742 of file QuestPackets.h.

◆ SoundKitID

uint32 WorldPackets::Quest::PlayerChoiceResponse::SoundKitID = 0

Definition at line 732 of file QuestPackets.h.

◆ SubHeader

std::string_view WorldPackets::Quest::PlayerChoiceResponse::SubHeader

Definition at line 737 of file QuestPackets.h.

◆ UiTextureAtlasElementID

uint32 WorldPackets::Quest::PlayerChoiceResponse::UiTextureAtlasElementID = 0

Definition at line 731 of file QuestPackets.h.

◆ UiTextureKitID

int32 WorldPackets::Quest::PlayerChoiceResponse::UiTextureKitID = 0

Definition at line 734 of file QuestPackets.h.

◆ WidgetSetID

uint32 WorldPackets::Quest::PlayerChoiceResponse::WidgetSetID = 0

Definition at line 730 of file QuestPackets.h.


The documentation for this struct was generated from the following file: