C# Class GTAVBETrainerDotNet.SkinProps.SkinPropUtils

Skin utilities
ファイルを表示 Open project: betenner/betrainer

Public Methods

Method Description
GetPropCategoryDesc ( int propCategoryIndex ) : string

Gets the description of a prop category

GetSkinCategoryDesc ( int skinCategoryIndex ) : string

Gets the description of a skin category

Method Details

GetPropCategoryDesc() public static method

Gets the description of a prop category
public static GetPropCategoryDesc ( int propCategoryIndex ) : string
propCategoryIndex int Prop category index
return string

GetSkinCategoryDesc() public static method

Gets the description of a skin category
public static GetSkinCategoryDesc ( int skinCategoryIndex ) : string
skinCategoryIndex int Skin category index
return string