C# Class SmartboyDevelopments.Haxxit.Commands.RemoveNodeCommand

Inheritance: Command
Afficher le fichier Open project: smartboyathome/Haxxit

Méthodes publiques

Méthode Description
CanAttack ( Map map, System.Point attacked_point ) : bool
RemoveNodeCommand ( ) : System
RemoveNodeCommand ( string name, string description, 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

RemoveNodeCommand() public méthode

public RemoveNodeCommand ( ) : System
Résultat System

RemoveNodeCommand() public méthode

public RemoveNodeCommand ( string name, string description, ushort range ) : System
name string
description string
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