C# 클래스 GTAVBETrainerDotNet.Vehicle.ModStorage

Storage for modifications
파일 보기 프로젝트 열기: betenner/betrainer

공개 프로퍼티들

프로퍼티 타입 설명
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[]