C# Class SmartboyDevelopments.Haxxit.Commands.DecreaseSpeedCommand

Inheritance: Command
Afficher le fichier Open project: smartboyathome/Haxxit Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

DecreaseSpeedCommand() public méthode

public DecreaseSpeedCommand ( ) : System
Résultat System

DecreaseSpeedCommand() public méthode

public DecreaseSpeedCommand ( string name, string description, ushort speed, ushort range ) : System
name string
description string
speed ushort
range ushort
Résultat System

Run() public méthode

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