Vixen
c7401864
csharp
public sealed class PointOfInterest

A point of interest with its names resolved.

Read the guide page for this →

Fields and properties (7)

  • public PointOfInterestDefinition Definition

    What it was compiled from.

  • public int Index

    Which of its map's points it is. What a bit in the discovery set means.

  • public string Id

    What it is called within its map.

  • public PointKind Kind

    What kind it is.

  • public GameplayTag Tag

    What finding it grants.

  • public bool Counts

    Whether it counts towards completion.

  • public RequirementSet Requirements

    What has to be true to find it.

Used by (4)

  • ExplorationLibraryVixen.Gameplay.Exploration
  • ExplorationRecordVixen.Gameplay.Exploration
  • ExplorationTestsVixen.Gameplay.Exploration.Tests
  • MapChartVixen.Gameplay.Exploration