csharp
public sealed class RankedTrack<TDefinition> where TDefinition : DefinitionA profession or a faction with its ranks compiled and sorted.
Fields and properties (7)
public TDefinition DefinitionWhat it was compiled from.
public DefId IdIts id.
public GameplayTag TagWhat having it at all is.
public AttributeId ValueWhat a requirement calls its number — the same string as Tag.
public int MinimumThe lowest it goes.
public int MaximumThe highest it goes.
public ReadOnlySpan<(int Threshold, GameplayTag Tag, string Name)> RanksIts ranks, lowest first.
Methods (1)
public int RankAt(int value)Which rank a value is at.
Used by (3)
- ProgressionLibraryVixen.Gameplay.Progression
- ProgressionStateVixen.Gameplay.Progression
- RankedTrackTestsVixen.Gameplay.Progression.Tests