Vixen
c7401864
csharp
public sealed class QuestObjectiveRegistry

Which objective types a build has, by name.

Read the guide page for this →

Remarks

Explicit, like every other list in doc 28. A registry filled by scanning assemblies is one whose contents a trimmed publish decides, and doc 28's IGameplayModule note already says what that produces: a game that works in development and ships with no quests.

Fields and properties (3)

  • public static QuestObjectiveRegistry Default

    The ten doc 28 says the engine ships, and nothing else.

  • public int Count

    How many types it holds.

  • public IEnumerable<IQuestObjective> Types

    Every type, in name order.

Methods (3)

Used by (4)

  • QuestModelVixen.Editor.Gameplay.Quests
  • QuestModelTestsVixen.Editor.Gameplay.Quests.Tests
  • DynamicEventTemplateVixen.Gameplay.Quests
  • QuestLibraryVixen.Gameplay.Quests