ChessBoard IsCheck Method Delta Engine Documentation
Determine if the specified king is attacked View code on GitHub

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

public bool IsCheck(
	ChessBoard PlayerColorE eColor
)

Return Value

Type: Boolean
true if in check
See Also