![]() |
TrinityCore
|
#include <QuestPackets.h>
Public Attributes | |
| uint32 | ID = 0 |
| uint32 | QuestID = 0 |
| uint8 | Type = 0 |
| int8 | StorageIndex = 0 |
| int32 | ObjectID = 0 |
| int32 | Amount = 0 |
| int32 | ConditionalAmount = 0 |
| uint32 | Flags = 0 |
| uint32 | Flags2 = 0 |
| float | ProgressBarWeight = 0.0f |
| int32 | ParentObjectiveID = 0 |
| bool | Visible = false |
| std::string_view | Description |
| std::span< int32 const > | VisualEffects |
Definition at line 118 of file QuestPackets.h.
| int32 WorldPackets::Quest::QuestInfoObjective::Amount = 0 |
Definition at line 125 of file QuestPackets.h.
| int32 WorldPackets::Quest::QuestInfoObjective::ConditionalAmount = 0 |
Definition at line 126 of file QuestPackets.h.
| std::string_view WorldPackets::Quest::QuestInfoObjective::Description |
Definition at line 132 of file QuestPackets.h.
| uint32 WorldPackets::Quest::QuestInfoObjective::Flags = 0 |
Definition at line 127 of file QuestPackets.h.
| uint32 WorldPackets::Quest::QuestInfoObjective::Flags2 = 0 |
Definition at line 128 of file QuestPackets.h.
| uint32 WorldPackets::Quest::QuestInfoObjective::ID = 0 |
Definition at line 120 of file QuestPackets.h.
| int32 WorldPackets::Quest::QuestInfoObjective::ObjectID = 0 |
Definition at line 124 of file QuestPackets.h.
| int32 WorldPackets::Quest::QuestInfoObjective::ParentObjectiveID = 0 |
Definition at line 130 of file QuestPackets.h.
| float WorldPackets::Quest::QuestInfoObjective::ProgressBarWeight = 0.0f |
Definition at line 129 of file QuestPackets.h.
| uint32 WorldPackets::Quest::QuestInfoObjective::QuestID = 0 |
Definition at line 121 of file QuestPackets.h.
| int8 WorldPackets::Quest::QuestInfoObjective::StorageIndex = 0 |
Definition at line 123 of file QuestPackets.h.
| uint8 WorldPackets::Quest::QuestInfoObjective::Type = 0 |
Definition at line 122 of file QuestPackets.h.
| bool WorldPackets::Quest::QuestInfoObjective::Visible = false |
Definition at line 131 of file QuestPackets.h.
| std::span<int32 const> WorldPackets::Quest::QuestInfoObjective::VisualEffects |
Definition at line 133 of file QuestPackets.h.