Class Achievement
- Namespace
- TaleWorlds.AchievementSystem
- Assembly
- TaleWorlds.AchievementSystem.dll
public class Achievement
- Inheritance
-
Achievement
- Inherited Members
Constructors
Achievement()
public Achievement()
Properties
CurrentProgress
public int CurrentProgress { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
IsUnlocked
public bool IsUnlocked { get; set; }
Property Value
LockedDescription
public string LockedDescription { get; set; }
Property Value
LockedDisplayName
public string LockedDisplayName { get; set; }
Property Value
TargetProgress
public int TargetProgress { get; set; }
Property Value
UnlockedDescription
public string UnlockedDescription { get; set; }
Property Value
UnlockedDisplayName
public string UnlockedDisplayName { get; set; }
Property Value
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).