Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.GameContent.Achievements.CustomFloatCondition Class Reference

Public Member Functions

override void Clear ()
 
override void Load (JObject state)
 
override void Complete ()
 
delegate void AchievementUpdate (AchievementCondition condition)
 
IAchievementTracker GetAchievementTracker ()
 

Static Public Member Functions

static AchievementCondition Create (string name, float maxValue)
 

Public Attributes

readonly string Name
 

Protected Member Functions

override IAchievementTracker CreateAchievementTracker ()
 

Protected Attributes

IAchievementTracker _tracker
 

Properties

float Value [get, set]
 
bool IsCompleted [get]
 

Events

AchievementUpdate OnComplete
 

Private Member Functions

 CustomFloatCondition (string name, float maxValue)
 

Private Attributes

float _value
 
float _maxValue
 
bool _isCompleted
 

Detailed Description

Definition at line 7 of file CustomFloatCondition.cs.


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