C# Class SmartboyDevelopments.Haxxit.Commands.IncreaseSpeedCommand

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

Public Methods

Method Description
CanAttack ( Map map, System.Point attacked_point ) : bool
IncreaseSpeedCommand ( ) : System
IncreaseSpeedCommand ( string name, string description, ushort speed, ushort range ) : System
Run ( Map map, System.Point attacked_point ) : UndoCommand

Method Details

CanAttack() public method

public CanAttack ( Map map, System.Point attacked_point ) : bool
map SmartboyDevelopments.Haxxit.Maps.Map
attacked_point System.Point
return bool

IncreaseSpeedCommand() public method

public IncreaseSpeedCommand ( ) : System
return System

IncreaseSpeedCommand() public method

public IncreaseSpeedCommand ( string name, string description, ushort speed, ushort range ) : System
name string
description string
speed ushort
range ushort
return System

Run() public method

public Run ( Map map, System.Point attacked_point ) : UndoCommand
map SmartboyDevelopments.Haxxit.Maps.Map
attacked_point System.Point
return UndoCommand