C# 클래스 GTAVBETrainerDotNet.Feature.Vehicle

Vehicle features
파일 보기 프로젝트 열기: betenner/betrainer

공개 프로퍼티들

프로퍼티 타입 설명
Boost bool
Invincible bool
SeatBelt bool
SpawnIntoVehicle bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Clean() 공개 정적인 메소드

Cleans current vehicle
public static Clean ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

InitFeatures() 공개 정적인 메소드

Initializes vehicle features
public static InitFeatures ( ) : void
리턴 void

Repair() 공개 정적인 메소드

Repairs current vehicle
public static Repair ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

ReturnToVehicleMenu() 공개 정적인 메소드

Returns to the vehicle menu
public static ReturnToVehicleMenu ( ) : void
리턴 void

SetBoost() 공개 정적인 메소드

Sets speed boost
public static SetBoost ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

SetInvincible() 공개 정적인 메소드

Sets invincible
public static SetInvincible ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

SetSeatBelt() 공개 정적인 메소드

Sets seat belt feature
public static SetSeatBelt ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

SetSpawnIntoVehicle() 공개 정적인 메소드

Sets spawn into vehicle
public static SetSpawnIntoVehicle ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

SpawnVehicle() 공개 정적인 메소드

Spawns the specified vehicle
public static SpawnVehicle ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

StopVehicle() 공개 정적인 메소드

Stops current vehicle
public static StopVehicle ( ) : void
리턴 void

UpdateBoostVehicle() 공개 정적인 메소드

Update boosts vehicle
public static UpdateBoostVehicle ( ) : void
리턴 void

UpdateFeatures() 공개 정적인 메소드

Updates vehicle features
public static UpdateFeatures ( ) : void
리턴 void

프로퍼티 상세

Boost 공개적으로 정적으로 프로퍼티

public static bool Boost
리턴 bool

Invincible 공개적으로 정적으로 프로퍼티

public static bool Invincible
리턴 bool

SeatBelt 공개적으로 정적으로 프로퍼티

public static bool SeatBelt
리턴 bool

SpawnIntoVehicle 공개적으로 정적으로 프로퍼티

public static bool SpawnIntoVehicle
리턴 bool