csharp
public sealed class StageTemplateOne stage, compiled.
Fields and properties (8)
public QuestStageDefinition DefinitionWhat it was compiled from.
public int IndexWhich stage of its quest it is.
public string IdWhat it is called within its quest.
public string DisplayNameWhat the tracker's heading says.
public float TimeLimitHow long it may take, or zero.
public ReadOnlySpan<ObjectiveTemplate> ObjectivesIts objectives, in the order they were authored.
public int CountHow many objectives it has.
public int RequiredHow many of them have to be finished for it to be done — the ones that are not optional.
Used by (5)
- ActiveQuestVixen.Gameplay.Quests
- QuestJournalVixen.Gameplay.Quests
- QuestJournalTestsVixen.Gameplay.Quests.Tests
- QuestLibraryVixen.Gameplay.Quests
- QuestTemplateVixen.Gameplay.Quests