ChessBoard FindBookMove Method Delta Engine Documentation
Find a move from the opening book View code on GitHub

Namespace: Chess
Assembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public bool FindBookMove(
	SearchEngine SearchMode searchMode,
	ChessBoard PlayerColorE ePlayerColor,
	ChessBoard MovePosS[] arrPrevMove,
	out ChessBoard MovePosS move
)

Return Value

Type: Boolean
true if succeed, false if no move found in book
See Also