Vixen
c7401864
csharp
public enum QuestStatus

Where a quest is.

Read the guide page for this →

Fields and properties (6)

  • None

    Not taken.

  • Active

    Taken, and a stage is running.

  • ReadyToTurnIn

    Every stage is done and the reward has not been collected.

  • TurnedIn

    Turned in.

  • Failed

    Failed — a clock ran out, or an escortee died.

  • Abandoned

    Given up on.

Used by (6)

  • ActiveQuestVixen.Gameplay.Quests
  • QuestChangeVixen.Gameplay.Quests
  • QuestJournalVixen.Gameplay.Quests
  • QuestJournalTestsVixen.Gameplay.Quests.Tests
  • QuestSectionVixen.Live.Gameplay
  • QuestSectionTestsVixen.Live.Gameplay.Tests