Class SkillRequirementProgress

Inheritance Relationships

Base Type

Class Documentation

class SkillRequirementProgress : public axr::sdk::ModelBase

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

Public Functions

inline SkillRequirementProgress()
inline SkillRequirementProgress(const SkillRequirementProgress &value)
inline SkillRequirementProgress(SkillRequirementProgress &&value)
inline virtual ~SkillRequirementProgress()
virtual void Validate() override
utility::string_t GetRequirementUid() const

Returns the unique identifier of the requirement 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.