C# Class GTAVBETrainerDotNet.Trainer

Inheritance: Script
Show file 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 static property

Frame counter
public static int FrameCounter
return int

IsInitializing public static property

Is the trainer initializing
public static bool IsInitializing
return bool

LanguageCode public static property

Language code
public static int LanguageCode
return int

ShowingTrainerMenu public static property

Whether showing the trainer menu
public static bool ShowingTrainerMenu
return bool