C# 클래스 GTAVBETrainerDotNet.Trainer

상속: Script
파일 보기 프로젝트 열기: betenner/betrainer

공개 프로퍼티들

프로퍼티 타입 설명
FrameCounter int
IsInitializing bool
LanguageCode int
ShowingTrainerMenu bool

공개 메소드들

메소드 설명
Trainer ( ) : System

비공개 메소드들

메소드 설명
Draw ( ) : void
Trainer_KeyDown ( object sender, System e ) : void
Trainer_Tick ( object sender, EventArgs e ) : void
Update ( ) : void

메소드 상세

Trainer() 공개 메소드

public Trainer ( ) : System
리턴 System

프로퍼티 상세

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

Frame counter
public static int FrameCounter
리턴 int

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

Is the trainer initializing
public static bool IsInitializing
리턴 bool

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

Language code
public static int LanguageCode
리턴 int

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

Whether showing the trainer menu
public static bool ShowingTrainerMenu
리턴 bool