C# Class GTAVBETrainerDotNet.Feature.Player.Prop

Prop features
ファイルを表示 Open project: betenner/betrainer

Public Properties

Property Type Description
ChosenDrawables int[]
ChosenTextures int[][]

Public Methods

Method Description
ClearProps ( MenuItem sender ) : void

Clear all props

GeneratePropCategoriesMenu ( MenuItem sender ) : void

Generates the prop categories menu

GeneratePropSelectorMenu ( MenuItem sender ) : void

Generates the prop selector menu

GeneratePropTextureSelectorMenu ( MenuItem sender ) : void

Generates the prop texture selector menu

GetCurrentPropSet ( ) : void

Gets the current prop drawables and textures

RandomProps ( MenuItem sender ) : void

Set skin to random drawable and texture

SetPropDrawable ( MenuItem sender ) : void

Set prop drawable

SetPropDrawableTexture ( MenuItem sender ) : void

Set prop drawable texture

Private Methods

Method Description
Prop ( ) : System

Static constructor

Method Details

ClearProps() public static method

Clear all props
public static ClearProps ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
return void

GeneratePropCategoriesMenu() public static method

Generates the prop categories menu
public static GeneratePropCategoriesMenu ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
return void

GeneratePropSelectorMenu() public static method

Generates the prop selector menu
public static GeneratePropSelectorMenu ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
return void

GeneratePropTextureSelectorMenu() public static method

Generates the prop texture selector menu
public static GeneratePropTextureSelectorMenu ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
return void

GetCurrentPropSet() public static method

Gets the current prop drawables and textures
public static GetCurrentPropSet ( ) : void
return void

RandomProps() public static method

Set skin to random drawable and texture
public static RandomProps ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
return void

SetPropDrawable() public static method

Set prop drawable
public static SetPropDrawable ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
return void

SetPropDrawableTexture() public static method

Set prop drawable texture
public static SetPropDrawableTexture ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
return void

Property Details

ChosenDrawables public_oe static_oe property

Chosen drawable index of each category
public static int[] ChosenDrawables
return int[]

ChosenTextures public_oe static_oe property

Chosen texture index of each drawable in each category
public static int[][] ChosenTextures
return int[][]