C# Класс GTAVBETrainerDotNet.Vehicle.ModStorage

Storage for modifications
Показать файл Открыть проект

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

Свойство Тип Описание
BRAKES_AND_TRANS_PREFIXES string[]
PLATE_NAMES string[]
SUSP_PREFIXES string[]
TINT_NAMES string[]
WHEEL_CATEGORY_COUNTS int[]
WHEEL_CATEGORY_NAMES string[]

Открытые методы

Метод Описание
GetHornTitle ( int index ) : string

Gets title of horn

GetModCategoryName ( int index ) : string

Gets the category name for mod

GetNormalItemTitle ( int vehicle, int category, int index, int lastSelectedModValue ) : string

Gets the title of a normal item

GetSpecialItemTitle ( int category, int index ) : string

Gets the title of special item

Описание методов

GetHornTitle() публичный статический Метод

Gets title of horn
public static GetHornTitle ( int index ) : string
index int Horn index
Результат string

GetModCategoryName() публичный статический Метод

Gets the category name for mod
public static GetModCategoryName ( int index ) : string
index int Index of the mod
Результат string

GetNormalItemTitle() публичный статический Метод

Gets the title of a normal item
public static GetNormalItemTitle ( int vehicle, int category, int index, int lastSelectedModValue ) : string
vehicle int Vehicle handle
category int Category index
index int Item index
lastSelectedModValue int Last selected mod value
Результат string

GetSpecialItemTitle() публичный статический Метод

Gets the title of special item
public static GetSpecialItemTitle ( int category, int index ) : string
category int Category index
index int Item index
Результат string

Описание свойств

BRAKES_AND_TRANS_PREFIXES публичное статическое свойство

public static string[] BRAKES_AND_TRANS_PREFIXES
Результат string[]

PLATE_NAMES публичное статическое свойство

public static string[] PLATE_NAMES
Результат string[]

SUSP_PREFIXES публичное статическое свойство

public static string[] SUSP_PREFIXES
Результат string[]

TINT_NAMES публичное статическое свойство

public static string[] TINT_NAMES
Результат string[]

WHEEL_CATEGORY_COUNTS публичное статическое свойство

public static int[] WHEEL_CATEGORY_COUNTS
Результат int[]

WHEEL_CATEGORY_NAMES публичное статическое свойство

public static string[] WHEEL_CATEGORY_NAMES
Результат string[]