Property | Type | Description | |
---|---|---|---|
Description | string | ||
FriendlyName | string | ||
Id | int | ||
Name | string |
Method | Description | |
---|---|---|
Achievement ( string name, string friendlyName, string description ) : Newtonsoft.Json | ||
AddCondition ( |
||
AddConditions ( ) : void | ||
ClearProgress ( ) : void | ||
ClearTracker ( ) : void | ||
GetCondition ( string conditionName ) : |
||
GetTracker ( ) : IAchievementTracker | ||
Load ( JObject>.Dictionary |
||
SetCategory ( AchievementCategory category ) : void | ||
UseConditionsCompletedTracker ( ) : void | ||
UseTrackerFromCondition ( string conditionName ) : void |
Method | Description | |
---|---|---|
GetConditionTracker ( string name ) : IAchievementTracker | ||
OnConditionComplete ( |
||
UseTracker ( IAchievementTracker tracker ) : void |
public Achievement ( string name, string friendlyName, string description ) : Newtonsoft.Json | ||
name | string | |
friendlyName | string | |
description | string | |
return | Newtonsoft.Json |
public AddCondition ( |
||
condition | ||
return | void |
public GetCondition ( string conditionName ) : |
||
conditionName | string | |
return |
public Load ( JObject>.Dictionary |
||
conditions | JObject>.Dictionary | |
return | void |
public SetCategory ( AchievementCategory category ) : void | ||
category | AchievementCategory | |
return | void |
public UseConditionsCompletedTracker ( ) : void | ||
return | void |
public UseTrackerFromCondition ( string conditionName ) : void | ||
conditionName | string | |
return | void |