Class QuestRequirement

Class QuestRequirement#

Inheritance Relationships#

Base Type#

Class Documentation#

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

Defines a single requirement that must be met to fulfill a quest.

Public Functions

QuestRequirement ()#
QuestRequirement (Object obj)

Properties

string Type { get; set; }#

The unique identifier that will be used to match telemetry events. // resolve.

string Title { get; set; }#

The textual title or name of the requirement.

string Description { get; set; }#

The textual description of the requirement.

string Icon { get; set; }#

The icon to display when representing the requirement.

int Value { get; set; }#

The value that must be met in order for the requirement to be fulfilled.

Public Static Functions

new QuestRequirement Parse (string json)#

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

Param json:

Return: