#include <QuestPackets.h>
|
int32 | ChoiceItemCount = 0 |
|
int32 | ItemCount = 0 |
|
int32 | Money = 0 |
|
int32 | XP = 0 |
|
int32 | ArtifactXP = 0 |
|
int32 | ArtifactCategoryID = 0 |
|
int32 | Honor = 0 |
|
int32 | Title = 0 |
|
int32 | FactionFlags = 0 |
|
std::array< int32, QUEST_REWARD_DISPLAY_SPELL_COUNT > | SpellCompletionDisplayID = { } |
|
int32 | SpellCompletionID = 0 |
|
int32 | SkillLineID = 0 |
|
int32 | NumSkillUps = 0 |
|
int32 | TreasurePickerID = 0 |
|
std::array< QuestChoiceItem, QUEST_REWARD_CHOICES_COUNT > | ChoiceItems |
|
std::array< int32, QUEST_REWARD_ITEM_COUNT > | ItemID = { } |
|
std::array< int32, QUEST_REWARD_ITEM_COUNT > | ItemQty = { } |
|
std::array< int32, QUEST_REWARD_REPUTATIONS_COUNT > | FactionID = { } |
|
std::array< int32, QUEST_REWARD_REPUTATIONS_COUNT > | FactionValue = { } |
|
std::array< int32, QUEST_REWARD_REPUTATIONS_COUNT > | FactionOverride = { } |
|
std::array< int32, QUEST_REWARD_REPUTATIONS_COUNT > | FactionCapIn = { } |
|
std::array< int32, QUEST_REWARD_CURRENCY_COUNT > | CurrencyID = { } |
|
std::array< int32, QUEST_REWARD_CURRENCY_COUNT > | CurrencyQty = { } |
|
bool | IsBoostSpell = false |
|
◆ ArtifactCategoryID
int32 WorldPackets::Quest::QuestRewards::ArtifactCategoryID = 0 |
◆ ArtifactXP
int32 WorldPackets::Quest::QuestRewards::ArtifactXP = 0 |
◆ ChoiceItemCount
int32 WorldPackets::Quest::QuestRewards::ChoiceItemCount = 0 |
◆ ChoiceItems
◆ CurrencyID
◆ CurrencyQty
◆ FactionCapIn
◆ FactionFlags
int32 WorldPackets::Quest::QuestRewards::FactionFlags = 0 |
◆ FactionID
◆ FactionOverride
◆ FactionValue
◆ Honor
int32 WorldPackets::Quest::QuestRewards::Honor = 0 |
◆ IsBoostSpell
bool WorldPackets::Quest::QuestRewards::IsBoostSpell = false |
◆ ItemCount
int32 WorldPackets::Quest::QuestRewards::ItemCount = 0 |
◆ ItemID
◆ ItemQty
◆ Money
int32 WorldPackets::Quest::QuestRewards::Money = 0 |
◆ NumSkillUps
int32 WorldPackets::Quest::QuestRewards::NumSkillUps = 0 |
◆ SkillLineID
int32 WorldPackets::Quest::QuestRewards::SkillLineID = 0 |
◆ SpellCompletionDisplayID
◆ SpellCompletionID
int32 WorldPackets::Quest::QuestRewards::SpellCompletionID = 0 |
◆ Title
int32 WorldPackets::Quest::QuestRewards::Title = 0 |
◆ TreasurePickerID
int32 WorldPackets::Quest::QuestRewards::TreasurePickerID = 0 |
◆ XP
int32 WorldPackets::Quest::QuestRewards::XP = 0 |
The documentation for this struct was generated from the following file: