C# Class SmartboyDevelopments.Haxxit.Programs.Movement

显示文件 Open project: smartboyathome/Haxxit Class Usage Examples

Public Methods

Method Description
CanMove ( ) : bool
DecreaseMovesLeft ( ushort amount ) : void
DecreaseSpeed ( ushort amount ) : void
IncreaseMovesLeft ( ushort amount ) : void
IncreaseSpeed ( ushort amount ) : void
Moved ( ) : void
Movement ( ushort Speed ) : System
Reset ( ) : void
UndoMove ( ) : void

Method Details

CanMove() public method

public CanMove ( ) : bool
return bool

DecreaseMovesLeft() public method

public DecreaseMovesLeft ( ushort amount ) : void
amount ushort
return void

DecreaseSpeed() public method

public DecreaseSpeed ( ushort amount ) : void
amount ushort
return void

IncreaseMovesLeft() public method

public IncreaseMovesLeft ( ushort amount ) : void
amount ushort
return void

IncreaseSpeed() public method

public IncreaseSpeed ( ushort amount ) : void
amount ushort
return void

Moved() public method

public Moved ( ) : void
return void

Movement() public method

public Movement ( ushort Speed ) : System
Speed ushort
return System

Reset() public method

public Reset ( ) : void
return void

UndoMove() public method

public UndoMove ( ) : void
return void