terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Terraria.GameContent.Achievements.CustomIntCondition Class Reference
+ Inheritance diagram for Terraria.GameContent.Achievements.CustomIntCondition:

Public Member Functions

override void Clear ()
 
override void Load (JObject state)
 
override void Complete ()
 
virtual void Shutdown ()
 
IAchievementTracker GetAchievementTracker ()
 

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
 
bool IsCompleted [get]
 

Private Member Functions

 CustomIntCondition (string name, int maxValue)
 

Private Attributes

int _value
 
int _maxValue
 
bool _isCompleted
 

Detailed Description

Definition at line 10 of file CustomIntCondition.cs.


The documentation for this class was generated from the following file: