C# Class GR.Gambling.Backgammon.HCI.TimedMove

Inheritance: Move
ファイルを表示 Open project: alexhanh/Botting-Library Class Usage Examples

Public Methods

Method Description
CreateUndoMove ( int wait_before, int wait_after ) : TimedMove
Deserialize ( string s ) : TimedMove
TimedMove ( Move move, int wait_before, int wait_after ) : System
TimedMove ( TimedMove move ) : System
ToString ( ) : string

Method Details

CreateUndoMove() public static method

public static CreateUndoMove ( int wait_before, int wait_after ) : TimedMove
wait_before int
wait_after int
return TimedMove

Deserialize() public static method

public static Deserialize ( string s ) : TimedMove
s string
return TimedMove

TimedMove() public method

public TimedMove ( Move move, int wait_before, int wait_after ) : System
move Move
wait_before int
wait_after int
return System

TimedMove() public method

public TimedMove ( TimedMove move ) : System
move TimedMove
return System

ToString() public method

public ToString ( ) : string
return string