![]() |
TrinityCore
|
#include <PlayerChoice.h>
Public Attributes | |
| int32 | ResponseId = 0 |
| int32 | ChoiceArtFileId = 0 |
| EnumFlag< PlayerChoiceResponseFlags > | Flags = PlayerChoiceResponseFlags::None |
| 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< PlayerChoiceResponseReward > | Reward |
| Optional< uint32 > | RewardQuestID |
| Optional< PlayerChoiceResponseMawPower > | MawPower |
Definition at line 86 of file PlayerChoice.h.
| std::string PlayerChoiceResponse::Answer |
Definition at line 96 of file PlayerChoice.h.
| std::string PlayerChoiceResponse::ButtonTooltip |
Definition at line 99 of file PlayerChoice.h.
| int32 PlayerChoiceResponse::ChoiceArtFileId = 0 |
Definition at line 89 of file PlayerChoice.h.
| std::string PlayerChoiceResponse::Confirmation |
Definition at line 101 of file PlayerChoice.h.
| std::string PlayerChoiceResponse::Description |
Definition at line 100 of file PlayerChoice.h.
| EnumFlag<PlayerChoiceResponseFlags> PlayerChoiceResponse::Flags = PlayerChoiceResponseFlags::None |
Definition at line 90 of file PlayerChoice.h.
| uint8 PlayerChoiceResponse::GroupID = 0 |
Definition at line 94 of file PlayerChoice.h.
| std::string PlayerChoiceResponse::Header |
Definition at line 97 of file PlayerChoice.h.
| Optional<PlayerChoiceResponseMawPower> PlayerChoiceResponse::MawPower |
Definition at line 104 of file PlayerChoice.h.
| int32 PlayerChoiceResponse::ResponseId = 0 |
Definition at line 88 of file PlayerChoice.h.
| Optional<PlayerChoiceResponseReward> PlayerChoiceResponse::Reward |
Definition at line 102 of file PlayerChoice.h.
Definition at line 103 of file PlayerChoice.h.
| uint32 PlayerChoiceResponse::SoundKitID = 0 |
Definition at line 93 of file PlayerChoice.h.
| std::string PlayerChoiceResponse::SubHeader |
Definition at line 98 of file PlayerChoice.h.
| uint32 PlayerChoiceResponse::UiTextureAtlasElementID = 0 |
Definition at line 92 of file PlayerChoice.h.
| int32 PlayerChoiceResponse::UiTextureKitID = 0 |
Definition at line 95 of file PlayerChoice.h.
| uint32 PlayerChoiceResponse::WidgetSetID = 0 |
Definition at line 91 of file PlayerChoice.h.