Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | AddCondition (AchievementCondition condition) |
override void | ReportUpdate () |
void | SetValue (T newValue, bool reportUpdate=true) |
Protected Member Functions | |
override void | Load () |
void | OnComplete () |
Protected Attributes | |
T | _value |
T | _maxValue |
string | _name |
Properties | |
T | Value [get] |
T | MaxValue [get] |
Private Member Functions | |
void | OnConditionCompleted (AchievementCondition condition) |
void IAchievementTracker. | ReportAs (string name) |
TrackerType IAchievementTracker. | GetTrackerType () |
void IAchievementTracker. | Clear () |
Private Attributes | |
List< AchievementCondition > | _conditions = new List<AchievementCondition>() |
TrackerType | _type |
Definition at line 6 of file ConditionsCompletedTracker.cs.