Interface IQuestState
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
Methods
CreateQuestDescriptiveString()
Creates a string used to auto-generate quests.
string CreateQuestDescriptiveString()
Returns
Remarks
Used by Daily Quests.