csharp
public sealed class ObjectiveTemplateOne authored objective, compiled: its type, its filters and its target.
Fields and properties (11)
public QuestObjectiveDefinition DefinitionWhat it was compiled from.
public IQuestObjective KindWhich objective type it is.
public GameplayEventFilter FilterWhat advances it.
public GameplayEventFilter FailFilterWhat fails it, or a filter that matches nothing.
public int CountHow many, or how many seconds. Never below one.
public string DisplayNameWhat the tracker says.
public bool IsOptionalWhether the stage completes without it.
public bool IsHiddenWhether the tracker shows it before it is started.
public bool IsTimedWhether it counts seconds.
public bool IsLevelWhether its progress can go back down.
public bool IsSatisfiableWhether anything can ever advance it.
Used by (6)
- EventChainProjectionVixen.Editor.Gameplay.Quests
- DynamicEventTemplateVixen.Gameplay.Quests
- IQuestObjectiveVixen.Gameplay.Quests
- ObjectiveTrackerVixen.Gameplay.Quests
- QuestLibraryVixen.Gameplay.Quests
- StageTemplateVixen.Gameplay.Quests