C# Class SmartboyDevelopments.Haxxit.Commands.RemoveNodeCommand

Inheritance: Command
Mostrar archivo Open project: smartboyathome/Haxxit

Public Methods

Method 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 method

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

RemoveNodeCommand() public method

public RemoveNodeCommand ( ) : System
return System

RemoveNodeCommand() public method

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