C# Class BF2Statistics.MedalData.StatsConstants

The data class holds all the different python variables and constants related to statistics and awards
Afficher le fichier Open project: BF2Statistics/ControlCenter Class Usage Examples

Méthodes publiques

Свойство Type Description
Awards string>.Dictionary
Badges string>.Dictionary
Medals string>.Dictionary
PythonGlobalVars string>.Dictionary
PythonPlayerVars string>.Dictionary
Ranks string[]
Ribbons string>.Dictionary
SfBadges string>.Dictionary
SfMedals string>.Dictionary
SfRibbons string>.Dictionary

Méthodes publiques

Méthode Description
GetRankName ( int RankId ) : string

Returns the rank title based on the given rank id

IsTimeStat ( string Name ) : bool

Returns whether a parameter key's valueis a time related statistic

Method Details

GetRankName() public static méthode

Returns the rank title based on the given rank id
public static GetRankName ( int RankId ) : string
RankId int
Résultat string

IsTimeStat() public static méthode

Returns whether a parameter key's valueis a time related statistic
public static IsTimeStat ( string Name ) : bool
Name string
Résultat bool

Property Details

Awards public_oe static_oe property

A full list of awards [AwardId => Award Name]
public static Dictionary Awards
Résultat string>.Dictionary

Badges public_oe static_oe property

A full list of Non-SF badges [AwardId => Award Name]
public static Dictionary Badges
Résultat string>.Dictionary

Medals public_oe static_oe property

A full list of Non-SF Medals [AwardId => Award Name]
public static Dictionary Medals
Résultat string>.Dictionary

PythonGlobalVars public_oe static_oe property

Global Strings http://bf2tech.org/index.php/Getplayerinfo_columns
public static Dictionary PythonGlobalVars
Résultat string>.Dictionary

PythonPlayerVars public_oe static_oe property

Provides more human readable names based for the bf2.stats.player scores
public static Dictionary PythonPlayerVars
Résultat string>.Dictionary

Ranks public_oe static_oe property

Provides more human readable names for the bf2 stats ranks
public static string[] Ranks
Résultat string[]

Ribbons public_oe static_oe property

A full list of Non-SF Ribbons [AwardId => Award Name]
public static Dictionary Ribbons
Résultat string>.Dictionary

SfBadges public_oe static_oe property

A full list of SF only Badges [AwardId => Award Name]
public static Dictionary SfBadges
Résultat string>.Dictionary

SfMedals public_oe static_oe property

A full list of SF only Medals [AwardId => Award Name]
public static Dictionary SfMedals
Résultat string>.Dictionary

SfRibbons public_oe static_oe property

A full list of SF only Ribbons [AwardId => Award Name]
public static Dictionary SfRibbons
Résultat string>.Dictionary