TrinityCore
|
#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_COUNT > | SpellCompletionDisplayID = { } |
int32 | SpellCompletionID = 0 |
int32 | SkillLineID = 0 |
int32 | NumSkillUps = 0 |
std::span< int32 const > | TreasurePickerID |
std::array< QuestChoiceItem, QUEST_REWARD_CHOICES_COUNT > | ChoiceItems = { } |
std::array< QuestRewardItem, QUEST_REWARD_ITEM_COUNT > | Items = { } |
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< QuestRewardCurrency, QUEST_REWARD_CURRENCY_COUNT > | Currencies = { } |
bool | IsBoostSpell = false |
Definition at line 275 of file QuestPackets.h.
int32 WorldPackets::Quest::QuestRewards::ArtifactCategoryID = 0 |
Definition at line 282 of file QuestPackets.h.
int32 WorldPackets::Quest::QuestRewards::ArtifactXP = 0 |
Definition at line 281 of file QuestPackets.h.
int32 WorldPackets::Quest::QuestRewards::ChoiceItemCount = 0 |
Definition at line 277 of file QuestPackets.h.
std::array<QuestChoiceItem, QUEST_REWARD_CHOICES_COUNT> WorldPackets::Quest::QuestRewards::ChoiceItems = { } |
Definition at line 291 of file QuestPackets.h.
std::array<QuestRewardCurrency, QUEST_REWARD_CURRENCY_COUNT> WorldPackets::Quest::QuestRewards::Currencies = { } |
Definition at line 297 of file QuestPackets.h.
std::array<int32, QUEST_REWARD_REPUTATIONS_COUNT> WorldPackets::Quest::QuestRewards::FactionCapIn = { } |
Definition at line 296 of file QuestPackets.h.
int32 WorldPackets::Quest::QuestRewards::FactionFlags = 0 |
Definition at line 285 of file QuestPackets.h.
std::array<int32, QUEST_REWARD_REPUTATIONS_COUNT> WorldPackets::Quest::QuestRewards::FactionID = { } |
Definition at line 293 of file QuestPackets.h.
std::array<int32, QUEST_REWARD_REPUTATIONS_COUNT> WorldPackets::Quest::QuestRewards::FactionOverride = { } |
Definition at line 295 of file QuestPackets.h.
std::array<int32, QUEST_REWARD_REPUTATIONS_COUNT> WorldPackets::Quest::QuestRewards::FactionValue = { } |
Definition at line 294 of file QuestPackets.h.
int32 WorldPackets::Quest::QuestRewards::Honor = 0 |
Definition at line 283 of file QuestPackets.h.
bool WorldPackets::Quest::QuestRewards::IsBoostSpell = false |
Definition at line 298 of file QuestPackets.h.
int32 WorldPackets::Quest::QuestRewards::ItemCount = 0 |
Definition at line 278 of file QuestPackets.h.
std::array<QuestRewardItem, QUEST_REWARD_ITEM_COUNT> WorldPackets::Quest::QuestRewards::Items = { } |
Definition at line 292 of file QuestPackets.h.
int32 WorldPackets::Quest::QuestRewards::Money = 0 |
Definition at line 279 of file QuestPackets.h.
int32 WorldPackets::Quest::QuestRewards::NumSkillUps = 0 |
Definition at line 289 of file QuestPackets.h.
int32 WorldPackets::Quest::QuestRewards::SkillLineID = 0 |
Definition at line 288 of file QuestPackets.h.
std::array<int32, QUEST_REWARD_DISPLAY_SPELL_COUNT> WorldPackets::Quest::QuestRewards::SpellCompletionDisplayID = { } |
Definition at line 286 of file QuestPackets.h.
int32 WorldPackets::Quest::QuestRewards::SpellCompletionID = 0 |
Definition at line 287 of file QuestPackets.h.
int32 WorldPackets::Quest::QuestRewards::Title = 0 |
Definition at line 284 of file QuestPackets.h.
std::span<int32 const> WorldPackets::Quest::QuestRewards::TreasurePickerID |
Definition at line 290 of file QuestPackets.h.
int32 WorldPackets::Quest::QuestRewards::XP = 0 |
Definition at line 280 of file QuestPackets.h.