Vixen
c7401864
csharp
public sealed class QuestLibrary

Every quest and dynamic event a build knows, compiled once.

Read the guide page for this →

Fields and properties (5)

  • public static QuestLibrary Empty

    A library with nothing in it.

  • public QuestObjectiveRegistry Objectives

    Which objective types it was compiled against.

  • public IEnumerable<QuestTemplate> Quests

    Every quest, in address order.

  • public IEnumerable<DynamicEventTemplate> Events

    Every dynamic event, in address order.

  • public IReadOnlyList<string> Problems

    What did not resolve, and what a definition said that cannot be true at once.

Methods (3)

Used by (14)

  • ContentTestsMmo.Content.Tests
  • CoverageTestsMmo.Content.Tests
  • MmoLibrariesMmo.Shared
  • ReferenceTestsMmo.Content.Tests
  • ContentVixen.Editor.Gameplay.Quests.Tests
  • EventChainVixen.Editor.Gameplay.Quests
  • EventChainProjectionTestsVixen.Editor.Gameplay.Quests.Tests
  • EventChainTestsVixen.Editor.Gameplay.Quests.Tests
  • DynamicEventDirectorVixen.Gameplay.Quests
  • DynamicEventTemplateVixen.Gameplay.Quests
  • DynamicEventTestsVixen.Gameplay.Quests.Tests
  • QuestJournalVixen.Gameplay.Quests
  • QuestJournalTestsVixen.Gameplay.Quests.Tests
  • QuestSectionTestsVixen.Live.Gameplay.Tests