![]() |
TrinityCore
|
#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< PlayerChoiceResponseReward > | Reward |
| Optional< uint32 > | RewardQuestID |
| Optional< PlayerChoiceResponseMawPower > | MawPower |
Definition at line 760 of file QuestPackets.h.
| std::string_view WorldPackets::Quest::PlayerChoiceResponse::Answer |
Definition at line 771 of file QuestPackets.h.
| std::string_view WorldPackets::Quest::PlayerChoiceResponse::ButtonTooltip |
Definition at line 774 of file QuestPackets.h.
| int32 WorldPackets::Quest::PlayerChoiceResponse::ChoiceArtFileID = 0 |
Definition at line 764 of file QuestPackets.h.
| std::string_view WorldPackets::Quest::PlayerChoiceResponse::Confirmation |
Definition at line 776 of file QuestPackets.h.
| std::string_view WorldPackets::Quest::PlayerChoiceResponse::Description |
Definition at line 775 of file QuestPackets.h.
| int32 WorldPackets::Quest::PlayerChoiceResponse::Flags = 0 |
Definition at line 765 of file QuestPackets.h.
| uint8 WorldPackets::Quest::PlayerChoiceResponse::GroupID = 0 |
Definition at line 769 of file QuestPackets.h.
| std::string_view WorldPackets::Quest::PlayerChoiceResponse::Header |
Definition at line 772 of file QuestPackets.h.
| Optional<PlayerChoiceResponseMawPower> WorldPackets::Quest::PlayerChoiceResponse::MawPower |
Definition at line 779 of file QuestPackets.h.
| int32 WorldPackets::Quest::PlayerChoiceResponse::ResponseID = 0 |
Definition at line 762 of file QuestPackets.h.
| uint16 WorldPackets::Quest::PlayerChoiceResponse::ResponseIdentifier = 0 |
Definition at line 763 of file QuestPackets.h.
| Optional<PlayerChoiceResponseReward> WorldPackets::Quest::PlayerChoiceResponse::Reward |
Definition at line 777 of file QuestPackets.h.
Definition at line 778 of file QuestPackets.h.
| uint32 WorldPackets::Quest::PlayerChoiceResponse::SoundKitID = 0 |
Definition at line 768 of file QuestPackets.h.
| std::string_view WorldPackets::Quest::PlayerChoiceResponse::SubHeader |
Definition at line 773 of file QuestPackets.h.
| uint32 WorldPackets::Quest::PlayerChoiceResponse::UiTextureAtlasElementID = 0 |
Definition at line 767 of file QuestPackets.h.
| int32 WorldPackets::Quest::PlayerChoiceResponse::UiTextureKitID = 0 |
Definition at line 770 of file QuestPackets.h.
| uint32 WorldPackets::Quest::PlayerChoiceResponse::WidgetSetID = 0 |
Definition at line 766 of file QuestPackets.h.