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 | |
override void | Clear () |
override void | Load (JObject state) |
override void | Complete () |
virtual void | Shutdown () |
IAchievementTracker | GetAchievementTracker () |
delegate void | AchievementUpdate (AchievementCondition condition) |
Static Public Member Functions | |
static AchievementCondition | Create (string name, int maxValue) |
Public Attributes | |
readonly string | Name |
Protected Member Functions | |
override IAchievementTracker | CreateAchievementTracker () |
Protected Attributes | |
IAchievementTracker | _tracker |
Properties | |
int | Value [get, set] |
AchievementCondition.AchievementUpdate | OnComplete [set] |
bool | IsCompleted [get, set] |
Private Member Functions | |
CustomIntCondition (string name, int maxValue) | |
Private Attributes | |
int | _value |
int | _maxValue |
bool | _isCompleted |
Definition at line 12 of file CustomIntCondition.cs.