Свойство | Тип | Описание | |
---|---|---|---|
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
|
public static GetHornTitle ( int index ) : string | ||
index | int | Horn index |
Результат | string |
public static GetModCategoryName ( int index ) : string | ||
index | int | Index of the mod |
Результат | string |
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 |
public static GetSpecialItemTitle ( int category, int index ) : string | ||
category | int | Category index |
index | int | Item index |
Результат | string |
public static string[] BRAKES_AND_TRANS_PREFIXES | ||
Результат | string[] |
public static string[] SUSP_PREFIXES | ||
Результат | string[] |
public static int[] WHEEL_CATEGORY_COUNTS | ||
Результат | int[] |