C# 클래스 BF2Statistics.MedalData.StatsConstants

The data class holds all the different python variables and constants related to statistics and awards
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

메소드 상세

GetRankName() 공개 정적인 메소드

Returns the rank title based on the given rank id
public static GetRankName ( int RankId ) : string
RankId int
리턴 string

IsTimeStat() 공개 정적인 메소드

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

프로퍼티 상세

Awards 공개적으로 정적으로 프로퍼티

A full list of awards [AwardId => Award Name]
public static Dictionary Awards
리턴 string>.Dictionary

Badges 공개적으로 정적으로 프로퍼티

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

Medals 공개적으로 정적으로 프로퍼티

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

PythonGlobalVars 공개적으로 정적으로 프로퍼티

Global Strings http://bf2tech.org/index.php/Getplayerinfo_columns
public static Dictionary PythonGlobalVars
리턴 string>.Dictionary

PythonPlayerVars 공개적으로 정적으로 프로퍼티

Provides more human readable names based for the bf2.stats.player scores
public static Dictionary PythonPlayerVars
리턴 string>.Dictionary

Ranks 공개적으로 정적으로 프로퍼티

Provides more human readable names for the bf2 stats ranks
public static string[] Ranks
리턴 string[]

Ribbons 공개적으로 정적으로 프로퍼티

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

SfBadges 공개적으로 정적으로 프로퍼티

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

SfMedals 공개적으로 정적으로 프로퍼티

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

SfRibbons 공개적으로 정적으로 프로퍼티

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