ChessBoard FindIfValid Method Delta Engine Documentation
Find a move from the valid move list View code on GitHub

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

public ChessBoard MovePosS FindIfValid(
	ChessBoard PlayerColorE ePlayerColor,
	int iStartPos,
	int iEndPos
)

Return Value

Type: ChessBoard MovePosS
Move or -1
See Also