C# 클래스 GTAVBETrainerDotNet.Feature.Player

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

공개 프로퍼티들

프로퍼티 타입 설명
FastRun bool
FastSwim bool
InfiniteAbility bool
Invincible bool
Noiseless bool
SuperJump bool

공개 메소드들

메소드 설명
ChangeCash ( MenuItem sender ) : void

Change player's cash

DecreaseCash ( MenuItem sender ) : void

Decreases cash amount for changing

IncreaseCash ( MenuItem sender ) : void

Increases cash amount for changing

InitFeatures ( ) : void

Initialize player features

QuickHeal ( MenuItem sender ) : void

Quick heal player

SetFastRun ( MenuItem sender ) : void

Sets player fast run

SetFastSwim ( MenuItem sender ) : void

Sets player fast swimming

SetInfiniteAbility ( MenuItem sender ) : void

Sets player infinite ability

SetInvincible ( MenuItem sender ) : void

Sets player invincibility status

SetNoiseless ( MenuItem sender ) : void

Sets player noiseless

SetSuperJump ( MenuItem sender ) : void

Sets player super jump

UpdateFeatures ( ) : void

Updates player features

메소드 상세

ChangeCash() 공개 정적인 메소드

Change player's cash
public static ChangeCash ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

DecreaseCash() 공개 정적인 메소드

Decreases cash amount for changing
public static DecreaseCash ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

IncreaseCash() 공개 정적인 메소드

Increases cash amount for changing
public static IncreaseCash ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu
리턴 void

InitFeatures() 공개 정적인 메소드

Initialize player features
public static InitFeatures ( ) : void
리턴 void

QuickHeal() 공개 정적인 메소드

Quick heal player
public static QuickHeal ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem
리턴 void

SetFastRun() 공개 정적인 메소드

Sets player fast run
public static SetFastRun ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

SetFastSwim() 공개 정적인 메소드

Sets player fast swimming
public static SetFastSwim ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

SetInfiniteAbility() 공개 정적인 메소드

Sets player infinite ability
public static SetInfiniteAbility ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

SetInvincible() 공개 정적인 메소드

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

SetNoiseless() 공개 정적인 메소드

Sets player noiseless
public static SetNoiseless ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

SetSuperJump() 공개 정적인 메소드

Sets player super jump
public static SetSuperJump ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

UpdateFeatures() 공개 정적인 메소드

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

프로퍼티 상세

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

public static bool FastRun
리턴 bool

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

public static bool FastSwim
리턴 bool

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

public static bool InfiniteAbility
리턴 bool

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

public static bool Invincible
리턴 bool

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

public static bool Noiseless
리턴 bool

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

public static bool SuperJump
리턴 bool