csharp
public sealed class QuestTemplateOne quest, compiled.
Fields and properties (10)
public QuestDefinition DefinitionWhat it was compiled from.
public DefId IdIts id.
public string DisplayNameWhat it is called.
public RequirementSet RequirementsWhat has to be true to accept it.
public ReadOnlySpan<StageTemplate> StagesIts stages, in order.
public QuestReward RewardWhat turning it in pays.
public GameplayTag TagWhat having turned it in is, or None.
public ReadOnlySpan<GameplayTag> GrantsTagsTags being on it grants.
public QuestRepeat RepeatHow often it can be done.
public bool IsShareableWhether a party member can be handed it.
Used by (5)
- ReferenceTestsMmo.Content.Tests
- ActiveQuestVixen.Gameplay.Quests
- QuestJournalVixen.Gameplay.Quests
- QuestJournalTestsVixen.Gameplay.Quests.Tests
- QuestLibraryVixen.Gameplay.Quests