Vixen
c7401864
csharp
public sealed class EncounterDefinition

One fight inside an instance.

Read the guide page for this →

Fields and properties (5)

  • public string Id

    What it is called within its instance.

  • public string DisplayName

    What it is called in the UI.

  • public string Script

    The address of the behaviour tree that scripts it, or empty.

  • public bool IsCheckpoint

    Whether beating it is a checkpoint a wipe returns to.

  • public bool IsGate

    Whether it has to be beaten before anything after it may be started.

Used by (10)

  • ReferenceTestsMmo.Content.Tests
  • ContentVixen.Gameplay.Instances.Tests
  • InstanceVixen.Gameplay.Instances
  • InstanceDefinitionVixen.Gameplay.Instances
  • InstanceLibraryVixen.Gameplay.Instances
  • InstanceLibraryTestsVixen.Gameplay.Instances.Tests
  • InstanceRunVixen.Gameplay.Instances
  • TypeRegistrationVixen.Gameplay.Instances
  • Vixen_Gameplay_Instances_EncounterDefinitionSerializerVixen.Gameplay.Instances
  • Vixen_Gameplay_Instances_InstanceDefinitionSerializerVixen.Gameplay.Instances