메소드 | 설명 | |
---|---|---|
AddAward ( |
Used by the parser to add found awards to the list
|
|
AddDefaultAwardCondition ( string Id, Condition C ) : void |
Used by the Medal data parser to add the original award conditions
|
|
AddRank ( |
Used by the parser to add found ranks to the list
|
|
Clear ( ) : void |
Clears all awards. Usually only called when the MedalData file changes.
|
|
GetAward ( string Id ) : IAward |
This method is used to fetch a particular Award or rank by ID
|
|
GetBadges ( ) : IEnumerable |
Returns all found badges
|
|
GetDefaultAwardCondition ( string Id ) : Condition |
Returns the original (vanilla) condition list to earn the specified award
|
|
GetMedals ( ) : IEnumerable |
Returns all found Medals
|
|
GetRanks ( ) : IEnumerable |
Returns all found ranks
|
|
GetRibbons ( ) : IEnumerable |
Returns all found ribbons
|
public static AddAward ( |
||
A | The Award Object To Add | |
리턴 | void |
public static AddDefaultAwardCondition ( string Id, Condition C ) : void | ||
Id | string | The Award ID found in the Medal Data file |
C | Condition | The parsed condition to earn the award |
리턴 | void |
public static GetAward ( string Id ) : IAward | ||
Id | string | The Award ID |
리턴 | IAward |
public static GetDefaultAwardCondition ( string Id ) : Condition | ||
Id | string | The award's ID |
리턴 | Condition |