Method | Description | |
---|---|---|
Exists ( int RankId ) : bool |
Returns whether or not the Rank ID provided is a valid BF2 Rank index
|
|
GetCondition ( ) : Condition |
Returns the awards conditions
|
|
GetName ( int RankId ) : string |
Returns the Name of the Rank by Index
|
|
Rank ( int Id, Condition Conditions ) : System |
Constructor
|
|
RestoreDefaultConditions ( ) : void |
Restores the condition of this award to the default (vanilla) state
|
|
SetCondition ( Condition C ) : void |
Sets the Condition, or Condition list to earn the award
|
|
ToPython ( ) : string |
Converts the rank data into python code
|
|
ToString ( ) : string |
Returns the name of the rank
|
|
ToTree ( ) : |
Converts the condition into a viewable TreeNode for the Criteria Editor
|
|
UndoConditionChanges ( ) : void |
Restores any changes made to the conditions of this award
|
public static GetName ( int RankId ) : string | ||
RankId | int | |
return | string |
public Rank ( int Id, Condition Conditions ) : System | ||
Id | int | The rank ID |
Conditions | Condition | The conditions to earn the rank |
return | System |
public SetCondition ( Condition C ) : void | ||
C | Condition | The condition or condition list |
return | void |