Method | Description | |
---|---|---|
AlreadyRanCommand ( ) : bool | ||
CanAttack ( |
||
GetAllCommands ( ) : List |
||
GetCommand ( string command_name ) : Command | ||
HasCommand ( string command_name ) : bool | ||
Program ( ushort moves, ushort size, string TypeName, IEnumerable |
||
Reset ( ) : void | ||
RunCommand ( |
||
RunUndoCommand ( |
public CanAttack ( |
||
map | ||
attacked_point | System.Point | |
command_name | string | |
return | bool |
public GetCommand ( string command_name ) : Command | ||
command_name | string | |
return | Command |
public HasCommand ( string command_name ) : bool | ||
command_name | string | |
return | bool |
public Program ( ushort moves, ushort size, string TypeName, IEnumerable |
||
moves | ushort | |
size | ushort | |
TypeName | string | |
commands | IEnumerable |
|
return | System |
public RunCommand ( |
||
map | ||
attacked_point | System.Point | |
command_name | string | |
return |
public RunUndoCommand ( |
||
map | ||
command | ||
return | bool |