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
Loading...
Searching...
No Matches
Terraria.GameContent.Achievements.CustomIntCondition Class Reference
+ Inheritance diagram for Terraria.GameContent.Achievements.CustomIntCondition:
+ Collaboration 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 ()
 
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
 

Detailed Description

Definition at line 12 of file CustomIntCondition.cs.


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