|
| Achievement (string name) |
|
delegate void | AchievementCompleted (Achievement achievement) |
|
void | AddCondition (AchievementCondition condition) |
|
void | AddConditions (params AchievementCondition[] conditions) |
|
void | ClearProgress () |
|
void | ClearTracker () |
|
AchievementCondition | GetCondition (string conditionName) |
|
IAchievementTracker | GetTracker () |
|
void | Load (Dictionary< string, JObject > conditions) |
|
void | SetCategory (AchievementCategory category) |
|
void | UseConditionsCompletedTracker () |
|
void | UseConditionsCompletedTracker (params string[] conditions) |
|
void | UseTrackerFromCondition (string conditionName) |
|