C# Class BF2Statistics.Python.Bf2Constants

This object holds all of the Weapon, Vehicle, and Kit and unlocks id's and constants found within the python files.
Afficher le fichier Open project: BF2Statistics/ControlCenter

Méthodes publiques

Свойство Type Description
KitTypes string>.Dictionary
Kits string[]
SpecialWeapons string[]
Unlocks string>.Dictionary
VehicleTypes string>.Dictionary
Vehicles string[]
WeaponTypes string>.Dictionary
Weapons string[]

Méthodes publiques

Méthode Description
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

Method Details

GetKitName() public static méthode

Returns the kit title based on the given kit id
public static GetKitName ( int Id ) : string
Id int
Résultat string

GetSpecialWeaponName() public static méthode

public static GetSpecialWeaponName ( int Id ) : string
Id int
Résultat string

GetVehicleName() public static méthode

Returns the vehicle title based on the given vehicle id
public static GetVehicleName ( int Id ) : string
Id int
Résultat string

GetWeaponName() public static méthode

Returns the weapon title based on the given weapon id
public static GetWeaponName ( int Id ) : string
Id int
Résultat string

Property Details

KitTypes public_oe static_oe property

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

Kits public_oe static_oe property

A full list of BF2 Kit Types [TypeId => Kit Name]
public static string[] Kits
Résultat string[]

SpecialWeapons public_oe static_oe property

A list of special BF2 Weapon Types [TypeId => Weapon Name]
public static string[] SpecialWeapons
Résultat string[]

Unlocks public_oe static_oe property

A full list of BF2 unlocks [UnlockId => Unlock Name]
public static Dictionary Unlocks
Résultat string>.Dictionary

VehicleTypes public_oe static_oe property

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

Vehicles public_oe static_oe property

A full list of BF2 Vehicle Types [TypeId => Vehicle Name]
public static string[] Vehicles
Résultat string[]

WeaponTypes public_oe static_oe property

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

Weapons public_oe static_oe property

A full list of BF2 Weapon Types [TypeId => Weapon Name]
public static string[] Weapons
Résultat string[]