C# Class GTAVBETrainerDotNet.Feature.Vehicle

Vehicle features
Afficher le fichier Open project: betenner/betrainer

Méthodes publiques

Свойство Type Description
Boost bool
Invincible bool
SeatBelt bool
SpawnIntoVehicle bool

Méthodes publiques

Méthode Description
Clean ( MenuItem sender ) : void

Cleans current vehicle

InitFeatures ( ) : void

Initializes vehicle features

Repair ( MenuItem sender ) : void

Repairs current vehicle

ReturnToVehicleMenu ( ) : void

Returns to the vehicle menu

SetBoost ( MenuItem sender ) : void

Sets speed boost

SetInvincible ( MenuItem sender ) : void

Sets invincible

SetSeatBelt ( MenuItem sender ) : void

Sets seat belt feature

SetSpawnIntoVehicle ( MenuItem sender ) : void

Sets spawn into vehicle

SpawnVehicle ( MenuItem sender ) : void

Spawns the specified vehicle

StopVehicle ( ) : void

Stops current vehicle

UpdateBoostVehicle ( ) : void

Update boosts vehicle

UpdateFeatures ( ) : void

Updates vehicle features

Private Methods

Méthode Description
CheckInVehicle ( bool showNotification = true ) : bool

Checks whether the player is in a vehicle.

SpawnVehicle ( VehicleData data, bool cleanUp ) : int

Spawns the specified vehicle

SpawnVehicle ( int hash, string name, bool cleanUp ) : int

Spawns the specified vehicle

Method Details

Clean() public static méthode

Cleans current vehicle
public static Clean ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

InitFeatures() public static méthode

Initializes vehicle features
public static InitFeatures ( ) : void
Résultat void

Repair() public static méthode

Repairs current vehicle
public static Repair ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

ReturnToVehicleMenu() public static méthode

Returns to the vehicle menu
public static ReturnToVehicleMenu ( ) : void
Résultat void

SetBoost() public static méthode

Sets speed boost
public static SetBoost ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

SetInvincible() public static méthode

Sets invincible
public static SetInvincible ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

SetSeatBelt() public static méthode

Sets seat belt feature
public static SetSeatBelt ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

SetSpawnIntoVehicle() public static méthode

Sets spawn into vehicle
public static SetSpawnIntoVehicle ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

SpawnVehicle() public static méthode

Spawns the specified vehicle
public static SpawnVehicle ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

StopVehicle() public static méthode

Stops current vehicle
public static StopVehicle ( ) : void
Résultat void

UpdateBoostVehicle() public static méthode

Update boosts vehicle
public static UpdateBoostVehicle ( ) : void
Résultat void

UpdateFeatures() public static méthode

Updates vehicle features
public static UpdateFeatures ( ) : void
Résultat void

Property Details

Boost public_oe static_oe property

public static bool Boost
Résultat bool

Invincible public_oe static_oe property

public static bool Invincible
Résultat bool

SeatBelt public_oe static_oe property

public static bool SeatBelt
Résultat bool

SpawnIntoVehicle public_oe static_oe property

public static bool SpawnIntoVehicle
Résultat bool