C# Class GTAVBETrainerDotNet.Feature.Player.PlayerModel

Model features
Afficher le fichier Open project: betenner/betrainer

Méthodes publiques

Méthode Description
ResetSkin ( MenuItem sender ) : void

Reset skin

SetModel ( ModelData model ) : void

Set to specified Model

SetModel ( int modelHash, string modelName ) : void

Set to specified Model

SetToFranklin ( MenuItem sender ) : void

Set to Franklin

SetToMichael ( MenuItem sender ) : void

Set to Michael

SetToModel ( MenuItem sender ) : void

Sets to specified Model

SetToRandomModel ( MenuItem sender ) : void

Sets to a random model

SetToTrevor ( MenuItem sender ) : void

Set to Trevor

ValidatePlayerModel ( ) : void

Change player's model back to Michael when being wasted or busted to prevent game from infinite loop

Method Details

ResetSkin() public static méthode

Reset skin
public static ResetSkin ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

SetModel() public static méthode

Set to specified Model
public static SetModel ( ModelData model ) : void
model GTAVBETrainerDotNet.Model.ModelData Model data
Résultat void

SetModel() public static méthode

Set to specified Model
public static SetModel ( int modelHash, string modelName ) : void
modelHash int Model hash
modelName string Name of the model
Résultat void

SetToFranklin() public static méthode

Set to Franklin
public static SetToFranklin ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

SetToMichael() public static méthode

Set to Michael
public static SetToMichael ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

SetToModel() public static méthode

Sets to specified Model
public static SetToModel ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

SetToRandomModel() public static méthode

Sets to a random model
public static SetToRandomModel ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

SetToTrevor() public static méthode

Set to Trevor
public static SetToTrevor ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

ValidatePlayerModel() public static méthode

Change player's model back to Michael when being wasted or busted to prevent game from infinite loop
public static ValidatePlayerModel ( ) : void
Résultat void