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

#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
 

Detailed Description

Definition at line 118 of file QuestPackets.h.

Member Data Documentation

◆ Amount

int32 WorldPackets::Quest::QuestInfoObjective::Amount = 0

Definition at line 125 of file QuestPackets.h.

◆ ConditionalAmount

int32 WorldPackets::Quest::QuestInfoObjective::ConditionalAmount = 0

Definition at line 126 of file QuestPackets.h.

◆ Description

std::string_view WorldPackets::Quest::QuestInfoObjective::Description

Definition at line 132 of file QuestPackets.h.

◆ Flags

uint32 WorldPackets::Quest::QuestInfoObjective::Flags = 0

Definition at line 127 of file QuestPackets.h.

◆ Flags2

uint32 WorldPackets::Quest::QuestInfoObjective::Flags2 = 0

Definition at line 128 of file QuestPackets.h.

◆ ID

uint32 WorldPackets::Quest::QuestInfoObjective::ID = 0

Definition at line 120 of file QuestPackets.h.

◆ ObjectID

int32 WorldPackets::Quest::QuestInfoObjective::ObjectID = 0

Definition at line 124 of file QuestPackets.h.

◆ ParentObjectiveID

int32 WorldPackets::Quest::QuestInfoObjective::ParentObjectiveID = 0

Definition at line 130 of file QuestPackets.h.

◆ ProgressBarWeight

float WorldPackets::Quest::QuestInfoObjective::ProgressBarWeight = 0.0f

Definition at line 129 of file QuestPackets.h.

◆ QuestID

uint32 WorldPackets::Quest::QuestInfoObjective::QuestID = 0

Definition at line 121 of file QuestPackets.h.

◆ StorageIndex

int8 WorldPackets::Quest::QuestInfoObjective::StorageIndex = 0

Definition at line 123 of file QuestPackets.h.

◆ Type

uint8 WorldPackets::Quest::QuestInfoObjective::Type = 0

Definition at line 122 of file QuestPackets.h.

◆ Visible

bool WorldPackets::Quest::QuestInfoObjective::Visible = false

Definition at line 131 of file QuestPackets.h.

◆ VisualEffects

std::span<int32 const> WorldPackets::Quest::QuestInfoObjective::VisualEffects

Definition at line 133 of file QuestPackets.h.


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