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
 
std::span< int32 const > TreasurePickerID
 
std::array< QuestChoiceItem, QUEST_REWARD_CHOICES_COUNTChoiceItems = { }
 
std::array< QuestRewardItem, QUEST_REWARD_ITEM_COUNTItems = { }
 
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< QuestRewardCurrency, QUEST_REWARD_CURRENCY_COUNTCurrencies = { }
 
bool IsBoostSpell = false
 

Detailed Description

Definition at line 275 of file QuestPackets.h.

Member Data Documentation

◆ ArtifactCategoryID

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

Definition at line 282 of file QuestPackets.h.

◆ ArtifactXP

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

Definition at line 281 of file QuestPackets.h.

◆ ChoiceItemCount

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

Definition at line 277 of file QuestPackets.h.

◆ ChoiceItems

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

Definition at line 291 of file QuestPackets.h.

◆ Currencies

std::array<QuestRewardCurrency, QUEST_REWARD_CURRENCY_COUNT> WorldPackets::Quest::QuestRewards::Currencies = { }

Definition at line 297 of file QuestPackets.h.

◆ FactionCapIn

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

Definition at line 296 of file QuestPackets.h.

◆ FactionFlags

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

Definition at line 285 of file QuestPackets.h.

◆ FactionID

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

Definition at line 293 of file QuestPackets.h.

◆ FactionOverride

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

Definition at line 295 of file QuestPackets.h.

◆ FactionValue

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

Definition at line 294 of file QuestPackets.h.

◆ Honor

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

Definition at line 283 of file QuestPackets.h.

◆ IsBoostSpell

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

Definition at line 298 of file QuestPackets.h.

◆ ItemCount

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

Definition at line 278 of file QuestPackets.h.

◆ Items

std::array<QuestRewardItem, QUEST_REWARD_ITEM_COUNT> WorldPackets::Quest::QuestRewards::Items = { }

Definition at line 292 of file QuestPackets.h.

◆ Money

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

Definition at line 279 of file QuestPackets.h.

◆ NumSkillUps

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

Definition at line 289 of file QuestPackets.h.

◆ SkillLineID

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

Definition at line 288 of file QuestPackets.h.

◆ SpellCompletionDisplayID

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

Definition at line 286 of file QuestPackets.h.

◆ SpellCompletionID

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

Definition at line 287 of file QuestPackets.h.

◆ Title

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

Definition at line 284 of file QuestPackets.h.

◆ TreasurePickerID

std::span<int32 const> WorldPackets::Quest::QuestRewards::TreasurePickerID

Definition at line 290 of file QuestPackets.h.

◆ XP

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

Definition at line 280 of file QuestPackets.h.


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