terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
ConditionIntTracker () | |
ConditionIntTracker (int maxValue) | |
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, set] |
T | MaxValue [get, set] |
Private Member Functions | |
void Terraria.Achievements.IAchievementTracker. | ReportAs (string name) |
TrackerType Terraria.Achievements.IAchievementTracker. | GetTrackerType () |
void Terraria.Achievements.IAchievementTracker. | Clear () |
Private Attributes | |
TrackerType | _type |
Definition at line 9 of file ConditionIntTracker.cs.