TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Quest::QuestRewards Struct Reference

#include <QuestPackets.h>

Public Attributes

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_COUNTSpellCompletionDisplayID = { }
 
int32 SpellCompletionID = 0
 
int32 SkillLineID = 0
 
int32 NumSkillUps = 0
 
int32 TreasurePickerID = 0
 
std::array< QuestChoiceItem, QUEST_REWARD_CHOICES_COUNTChoiceItems
 
std::array< int32, QUEST_REWARD_ITEM_COUNTItemID = { }
 
std::array< int32, QUEST_REWARD_ITEM_COUNTItemQty = { }
 
std::array< int32, QUEST_REWARD_REPUTATIONS_COUNTFactionID = { }
 
std::array< int32, QUEST_REWARD_REPUTATIONS_COUNTFactionValue = { }
 
std::array< int32, QUEST_REWARD_REPUTATIONS_COUNTFactionOverride = { }
 
std::array< int32, QUEST_REWARD_REPUTATIONS_COUNTFactionCapIn = { }
 
std::array< int32, QUEST_REWARD_CURRENCY_COUNTCurrencyID = { }
 
std::array< int32, QUEST_REWARD_CURRENCY_COUNTCurrencyQty = { }
 
bool IsBoostSpell = false
 

Member Data Documentation

◆ ArtifactCategoryID

int32 WorldPackets::Quest::QuestRewards::ArtifactCategoryID = 0

◆ ArtifactXP

int32 WorldPackets::Quest::QuestRewards::ArtifactXP = 0

◆ ChoiceItemCount

int32 WorldPackets::Quest::QuestRewards::ChoiceItemCount = 0

◆ ChoiceItems

std::array<QuestChoiceItem, QUEST_REWARD_CHOICES_COUNT> WorldPackets::Quest::QuestRewards::ChoiceItems

◆ CurrencyID

std::array<int32, QUEST_REWARD_CURRENCY_COUNT> WorldPackets::Quest::QuestRewards::CurrencyID = { }

◆ CurrencyQty

std::array<int32, QUEST_REWARD_CURRENCY_COUNT> WorldPackets::Quest::QuestRewards::CurrencyQty = { }

◆ FactionCapIn

std::array<int32, QUEST_REWARD_REPUTATIONS_COUNT> WorldPackets::Quest::QuestRewards::FactionCapIn = { }

◆ FactionFlags

int32 WorldPackets::Quest::QuestRewards::FactionFlags = 0

◆ FactionID

std::array<int32, QUEST_REWARD_REPUTATIONS_COUNT> WorldPackets::Quest::QuestRewards::FactionID = { }

◆ FactionOverride

std::array<int32, QUEST_REWARD_REPUTATIONS_COUNT> WorldPackets::Quest::QuestRewards::FactionOverride = { }

◆ FactionValue

std::array<int32, QUEST_REWARD_REPUTATIONS_COUNT> WorldPackets::Quest::QuestRewards::FactionValue = { }

◆ Honor

int32 WorldPackets::Quest::QuestRewards::Honor = 0

◆ IsBoostSpell

bool WorldPackets::Quest::QuestRewards::IsBoostSpell = false

◆ ItemCount

int32 WorldPackets::Quest::QuestRewards::ItemCount = 0

◆ ItemID

std::array<int32, QUEST_REWARD_ITEM_COUNT> WorldPackets::Quest::QuestRewards::ItemID = { }

◆ ItemQty

std::array<int32, QUEST_REWARD_ITEM_COUNT> WorldPackets::Quest::QuestRewards::ItemQty = { }

◆ Money

int32 WorldPackets::Quest::QuestRewards::Money = 0

◆ NumSkillUps

int32 WorldPackets::Quest::QuestRewards::NumSkillUps = 0

◆ SkillLineID

int32 WorldPackets::Quest::QuestRewards::SkillLineID = 0

◆ SpellCompletionDisplayID

std::array<int32, QUEST_REWARD_DISPLAY_SPELL_COUNT> WorldPackets::Quest::QuestRewards::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: