Class QuestProgress

Inheritance Relationships

Base Type

Class Documentation

class QuestProgress : public axr::sdk::ModelBase

Tracks the persona’s progress of a single requirement for a given quest.

Public Functions

inline QuestProgress()
inline QuestProgress(const QuestProgress &value)
inline QuestProgress(QuestProgress &&value)
inline virtual ~QuestProgress()
virtual void Validate() override
utility::string_t GetType() const

Returns the requirement type of the quest being tracked.

std::shared_ptr<Object> GetValue() const

Returns the current value of the player’s progress.

Public Static Functions

static inline const utility::char_t *ClassName()

Returns the fully qualified name of the class.