C# Class GTAVBETrainerDotNet.Vehicle.ModStorage

Storage for modifications
Afficher le fichier Open project: betenner/betrainer

Méthodes publiques

Свойство Type Description
BRAKES_AND_TRANS_PREFIXES string[]
PLATE_NAMES string[]
SUSP_PREFIXES string[]
TINT_NAMES string[]
WHEEL_CATEGORY_COUNTS int[]
WHEEL_CATEGORY_NAMES string[]

Méthodes publiques

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

Method Details

GetHornTitle() public static méthode

Gets title of horn
public static GetHornTitle ( int index ) : string
index int Horn index
Résultat string

GetModCategoryName() public static méthode

Gets the category name for mod
public static GetModCategoryName ( int index ) : string
index int Index of the mod
Résultat string

GetNormalItemTitle() public static méthode

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
Résultat string

GetSpecialItemTitle() public static méthode

Gets the title of special item
public static GetSpecialItemTitle ( int category, int index ) : string
category int Category index
index int Item index
Résultat string

Property Details

BRAKES_AND_TRANS_PREFIXES public_oe static_oe property

public static string[] BRAKES_AND_TRANS_PREFIXES
Résultat string[]

PLATE_NAMES public_oe static_oe property

public static string[] PLATE_NAMES
Résultat string[]

SUSP_PREFIXES public_oe static_oe property

public static string[] SUSP_PREFIXES
Résultat string[]

TINT_NAMES public_oe static_oe property

public static string[] TINT_NAMES
Résultat string[]

WHEEL_CATEGORY_COUNTS public_oe static_oe property

public static int[] WHEEL_CATEGORY_COUNTS
Résultat int[]

WHEEL_CATEGORY_NAMES public_oe static_oe property

public static string[] WHEEL_CATEGORY_NAMES
Résultat string[]