csharp
public enum QuestStatusWhere a quest is.
Fields and properties (6)
NoneNot taken.
ActiveTaken, and a stage is running.
ReadyToTurnInEvery stage is done and the reward has not been collected.
TurnedInTurned in.
FailedFailed — a clock ran out, or an escortee died.
AbandonedGiven 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