Namespace: ChessAssembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
protected void TraceSearch(
int iDepth,
ChessBoard PlayerColorE ePlayerColor,
ChessBoard MovePosS move,
int iPts
)
protected void TraceSearch(
int iDepth,
ChessBoard..::..PlayerColorE ePlayerColor,
ChessBoard..::..MovePosS move,
int iPts
)
Protected Sub TraceSearch (
iDepth As Integer,
ePlayerColor As ChessBoard PlayerColorE,
move As ChessBoard MovePosS,
iPts As Integer
)
Protected Sub TraceSearch (
iDepth As Integer,
ePlayerColor As ChessBoard..::..PlayerColorE,
move As ChessBoard..::..MovePosS,
iPts As Integer
)
protected:
void TraceSearch(
int iDepth,
ChessBoard PlayerColorE ePlayerColor,
ChessBoard MovePosS move,
int iPts
)
protected:
void TraceSearch(
int iDepth,
ChessBoard..::..PlayerColorE ePlayerColor,
ChessBoard..::..MovePosS move,
int iPts
)
member TraceSearch :
iDepth : int *
ePlayerColor : ChessBoard PlayerColorE *
move : ChessBoard MovePosS *
iPts : int -> unit
member TraceSearch :
iDepth : int *
ePlayerColor : ChessBoard..::..PlayerColorE *
move : ChessBoard..::..MovePosS *
iPts : int -> unit