Vixen
c7401864
csharp
public sealed class Achievement

An achievement with its criteria compiled.

Read the guide page for this →

Fields and properties (9)

  • public AchievementDefinition Definition

    What it was compiled from.

  • public DefId Id

    Its id.

  • public string DisplayName

    What it is called.

  • public int Points

    What it is worth, never below zero.

  • public bool IsHidden

    Whether it stays out of the list until it is earned.

  • public GameplayTag Tag

    What earning it grants.

  • public ReadOnlySpan<AchievementCriterion> Criteria

    What has to happen.

  • public RequirementSet Requirements

    What has to be true of the player.

  • public ReadOnlySpan<DefId> Unlocks

    What earning it unlocks.

Used by (5)

  • ReferenceTestsMmo.Content.Tests
  • CollectionLibraryVixen.Gameplay.Collections
  • CollectionRecordVixen.Gameplay.Collections
  • CollectionTestsVixen.Gameplay.Collections.Tests
  • WatchVixen.Gameplay.Collections