Class QuestProgress#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Models.QuestProgress : xbe.sdk.ModelBase#

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

Public Functions

QuestProgress ()#
QuestProgress (Object obj)

Properties

string Type { get; set; }#

The requirement type of the quest being tracked.

object Value { get; set; }#

The current value of the player’s progress.

Public Static Functions

new QuestProgress Parse (string json)#

Parses the given JSON encoded string into a new QuestProgress instance.

Param json:

Return: