Vixen
c7401864
csharp
public sealed class StageTemplate

One stage, compiled.

Read the guide page for this →

Fields and properties (8)

  • public QuestStageDefinition Definition

    What it was compiled from.

  • public int Index

    Which stage of its quest it is.

  • public string Id

    What it is called within its quest.

  • public string DisplayName

    What the tracker's heading says.

  • public float TimeLimit

    How long it may take, or zero.

  • public ReadOnlySpan<ObjectiveTemplate> Objectives

    Its objectives, in the order they were authored.

  • public int Count

    How many objectives it has.

  • public int Required

    How 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