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.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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[]