C# Class SmartboyDevelopments.Haxxit.Commands.AddNodeCommand

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

Méthodes publiques

Méthode Description
AddNodeCommand ( ) : System
AddNodeCommand ( string name, string description, ushort range ) : System
CanAttack ( Map map, System.Point attacked_point ) : bool
Run ( Map map, System.Point attacked_point ) : UndoCommand

Method Details

AddNodeCommand() public méthode

public AddNodeCommand ( ) : System
Résultat System

AddNodeCommand() public méthode

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

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

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