TrinityCore
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
 

Detailed Description

Definition at line 267 of file QuestPackets.h.

Member Data Documentation

◆ ArtifactCategoryID

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

Definition at line 274 of file QuestPackets.h.

◆ ArtifactXP

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

Definition at line 273 of file QuestPackets.h.

◆ ChoiceItemCount

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

Definition at line 269 of file QuestPackets.h.

◆ ChoiceItems

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

Definition at line 283 of file QuestPackets.h.

◆ CurrencyID

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

Definition at line 290 of file QuestPackets.h.

◆ CurrencyQty

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

Definition at line 291 of file QuestPackets.h.

◆ FactionCapIn

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

Definition at line 289 of file QuestPackets.h.

◆ FactionFlags

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

Definition at line 277 of file QuestPackets.h.

◆ FactionID

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

Definition at line 286 of file QuestPackets.h.

◆ FactionOverride

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

Definition at line 288 of file QuestPackets.h.

◆ FactionValue

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

Definition at line 287 of file QuestPackets.h.

◆ Honor

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

Definition at line 275 of file QuestPackets.h.

◆ IsBoostSpell

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

Definition at line 292 of file QuestPackets.h.

◆ ItemCount

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

Definition at line 270 of file QuestPackets.h.

◆ ItemID

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

Definition at line 284 of file QuestPackets.h.

◆ ItemQty

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

Definition at line 285 of file QuestPackets.h.

◆ Money

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

Definition at line 271 of file QuestPackets.h.

◆ NumSkillUps

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

Definition at line 281 of file QuestPackets.h.

◆ SkillLineID

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

Definition at line 280 of file QuestPackets.h.

◆ SpellCompletionDisplayID

std::array<int32, QUEST_REWARD_DISPLAY_SPELL_COUNT> WorldPackets::Quest::QuestRewards::SpellCompletionDisplayID = { }

Definition at line 278 of file QuestPackets.h.

◆ SpellCompletionID

int32 WorldPackets::Quest::QuestRewards::SpellCompletionID = 0

Definition at line 279 of file QuestPackets.h.

◆ Title

int32 WorldPackets::Quest::QuestRewards::Title = 0

Definition at line 276 of file QuestPackets.h.

◆ TreasurePickerID

int32 WorldPackets::Quest::QuestRewards::TreasurePickerID = 0

Definition at line 282 of file QuestPackets.h.

◆ XP

int32 WorldPackets::Quest::QuestRewards::XP = 0

Definition at line 272 of file QuestPackets.h.


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