C# 클래스 BF2Statistics.Python.Bf2Constants

This object holds all of the Weapon, Vehicle, and Kit and unlocks id's and constants found within the python files.
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

공개 프로퍼티들

프로퍼티 타입 설명
KitTypes string>.Dictionary
Kits string[]
SpecialWeapons string[]
Unlocks string>.Dictionary
VehicleTypes string>.Dictionary
Vehicles string[]
WeaponTypes string>.Dictionary
Weapons string[]

공개 메소드들

메소드 설명
GetKitName ( int Id ) : string

Returns the kit title based on the given kit id

GetSpecialWeaponName ( int Id ) : string
GetVehicleName ( int Id ) : string

Returns the vehicle title based on the given vehicle id

GetWeaponName ( int Id ) : string

Returns the weapon title based on the given weapon id

메소드 상세

GetKitName() 공개 정적인 메소드

Returns the kit title based on the given kit id
public static GetKitName ( int Id ) : string
Id int
리턴 string

GetSpecialWeaponName() 공개 정적인 메소드

public static GetSpecialWeaponName ( int Id ) : string
Id int
리턴 string

GetVehicleName() 공개 정적인 메소드

Returns the vehicle title based on the given vehicle id
public static GetVehicleName ( int Id ) : string
Id int
리턴 string

GetWeaponName() 공개 정적인 메소드

Returns the weapon title based on the given weapon id
public static GetWeaponName ( int Id ) : string
Id int
리턴 string

프로퍼티 상세

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

Provides kit names based on the bf2.stats.constants (ConstantId => StringName)
public static Dictionary KitTypes
리턴 string>.Dictionary

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

A full list of BF2 Kit Types [TypeId => Kit Name]
public static string[] Kits
리턴 string[]

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

A list of special BF2 Weapon Types [TypeId => Weapon Name]
public static string[] SpecialWeapons
리턴 string[]

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

A full list of BF2 unlocks [UnlockId => Unlock Name]
public static Dictionary Unlocks
리턴 string>.Dictionary

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

Provides vehicle names based on the bf2.stats.constants (ConstantId => StringName)
public static Dictionary VehicleTypes
리턴 string>.Dictionary

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

A full list of BF2 Vehicle Types [TypeId => Vehicle Name]
public static string[] Vehicles
리턴 string[]

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

Provides weapon names based on the bf2.stats.constants (ConstantId => StringName)
public static Dictionary WeaponTypes
리턴 string>.Dictionary

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

A full list of BF2 Weapon Types [TypeId => Weapon Name]
public static string[] Weapons
리턴 string[]