TrinityCore
PlayerChoiceResponse Struct Reference

#include <ObjectMgr.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 Answer
 
std::string Header
 
std::string SubHeader
 
std::string ButtonTooltip
 
std::string Description
 
std::string Confirmation
 
Optional< PlayerChoiceResponseRewardReward
 
Optional< uint32RewardQuestID
 
Optional< PlayerChoiceResponseMawPowerMawPower
 

Detailed Description

Definition at line 909 of file ObjectMgr.h.

Member Data Documentation

◆ Answer

std::string PlayerChoiceResponse::Answer

Definition at line 920 of file ObjectMgr.h.

◆ ButtonTooltip

std::string PlayerChoiceResponse::ButtonTooltip

Definition at line 923 of file ObjectMgr.h.

◆ ChoiceArtFileId

int32 PlayerChoiceResponse::ChoiceArtFileId = 0

Definition at line 913 of file ObjectMgr.h.

◆ Confirmation

std::string PlayerChoiceResponse::Confirmation

Definition at line 925 of file ObjectMgr.h.

◆ Description

std::string PlayerChoiceResponse::Description

Definition at line 924 of file ObjectMgr.h.

◆ Flags

int32 PlayerChoiceResponse::Flags = 0

Definition at line 914 of file ObjectMgr.h.

◆ GroupID

uint8 PlayerChoiceResponse::GroupID = 0

Definition at line 918 of file ObjectMgr.h.

◆ Header

std::string PlayerChoiceResponse::Header

Definition at line 921 of file ObjectMgr.h.

◆ MawPower

Optional<PlayerChoiceResponseMawPower> PlayerChoiceResponse::MawPower

Definition at line 928 of file ObjectMgr.h.

◆ ResponseId

int32 PlayerChoiceResponse::ResponseId = 0

Definition at line 911 of file ObjectMgr.h.

◆ ResponseIdentifier

uint16 PlayerChoiceResponse::ResponseIdentifier = 0

Definition at line 912 of file ObjectMgr.h.

◆ Reward

Optional<PlayerChoiceResponseReward> PlayerChoiceResponse::Reward

Definition at line 926 of file ObjectMgr.h.

◆ RewardQuestID

Optional<uint32> PlayerChoiceResponse::RewardQuestID

Definition at line 927 of file ObjectMgr.h.

◆ SoundKitID

uint32 PlayerChoiceResponse::SoundKitID = 0

Definition at line 917 of file ObjectMgr.h.

◆ SubHeader

std::string PlayerChoiceResponse::SubHeader

Definition at line 922 of file ObjectMgr.h.

◆ UiTextureAtlasElementID

uint32 PlayerChoiceResponse::UiTextureAtlasElementID = 0

Definition at line 916 of file ObjectMgr.h.

◆ UiTextureKitID

int32 PlayerChoiceResponse::UiTextureKitID = 0

Definition at line 919 of file ObjectMgr.h.

◆ WidgetSetID

uint32 PlayerChoiceResponse::WidgetSetID = 0

Definition at line 915 of file ObjectMgr.h.


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