Home
last modified time | relevance | path

Searched refs:CheckClearWay (Results 1 – 1 of 1) sorted by relevance

/plugin/pgn4web/pgn4web/
H A Dpgn4web.js1109 if (!CheckClearWay(thisQueen)) { return false; }
1117 if (!CheckClearWay(thisRook)) { return false; }
1125 if (!CheckClearWay(thisBishop)) { return false; }
1225 function CheckClearWay(thisPiece) { function