C# Class GTAVBETrainerDotNet.Vehicle.ModStorage

Storage for modifications
ファイルを表示 Open project: betenner/betrainer

Public Properties

Property Type Description
BRAKES_AND_TRANS_PREFIXES string[]
PLATE_NAMES string[]
SUSP_PREFIXES string[]
TINT_NAMES string[]
WHEEL_CATEGORY_COUNTS int[]
WHEEL_CATEGORY_NAMES string[]

Public Methods

Method 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 method

Gets title of horn
public static GetHornTitle ( int index ) : string
index int Horn index
return string

GetModCategoryName() public static method

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

GetNormalItemTitle() public static method

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
return string

GetSpecialItemTitle() public static method

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

Property Details

BRAKES_AND_TRANS_PREFIXES public_oe static_oe property

public static string[] BRAKES_AND_TRANS_PREFIXES
return string[]

PLATE_NAMES public_oe static_oe property

public static string[] PLATE_NAMES
return string[]

SUSP_PREFIXES public_oe static_oe property

public static string[] SUSP_PREFIXES
return string[]

TINT_NAMES public_oe static_oe property

public static string[] TINT_NAMES
return string[]

WHEEL_CATEGORY_COUNTS public_oe static_oe property

public static int[] WHEEL_CATEGORY_COUNTS
return int[]

WHEEL_CATEGORY_NAMES public_oe static_oe property

public static string[] WHEEL_CATEGORY_NAMES
return string[]