C# Class SmartboyDevelopments.Haxxit.Commands.DecreaseSpeedCommand

Inheritance: Command
Exibir arquivo Open project: smartboyathome/Haxxit Class Usage Examples

Public Methods

Method Description
CanAttack ( Map map, System.Point attacked_point ) : bool
DecreaseSpeedCommand ( ) : System
DecreaseSpeedCommand ( 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

DecreaseSpeedCommand() public method

public DecreaseSpeedCommand ( ) : System
return System

DecreaseSpeedCommand() public method

public DecreaseSpeedCommand ( 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