C# Class GTAVBETrainerDotNet.Trainer

Inheritance: Script
ファイルを表示 Open project: betenner/betrainer

Public Properties

Property Type Description
FrameCounter int
IsInitializing bool
LanguageCode int
ShowingTrainerMenu bool

Public Methods

Method Description
Trainer ( ) : System

Private Methods

Method Description
Draw ( ) : void
Trainer_KeyDown ( object sender, System e ) : void
Trainer_Tick ( object sender, EventArgs e ) : void
Update ( ) : void

Method Details

Trainer() public method

public Trainer ( ) : System
return System

Property Details

FrameCounter public_oe static_oe property

Frame counter
public static int FrameCounter
return int

IsInitializing public_oe static_oe property

Is the trainer initializing
public static bool IsInitializing
return bool

LanguageCode public_oe static_oe property

Language code
public static int LanguageCode
return int

ShowingTrainerMenu public_oe static_oe property

Whether showing the trainer menu
public static bool ShowingTrainerMenu
return bool