Table of Contents

Interface IQuestState

Namespace
Uncreated.Warfare.Quests
Assembly
Uncreated.Warfare.dll

Stores information about the values of random variables for QuestTemplate objects.

public interface IQuestState

Properties

FlagValue

The value of the Unturned Quest Flag. This is formatted into SDG.Unturned.QuestAsset translations.

[JsonIgnore]
QuestParameterValue<int> FlagValue { get; }

Property Value

QuestParameterValue<int>

Methods

CreateQuestDescriptiveString()

Creates a string used to auto-generate quests.

string CreateQuestDescriptiveString()

Returns

string

Remarks

Used by Daily Quests.