Searched refs:CheckClearWay (Results 1 – 1 of 1) sorted by relevance
1109 if (!CheckClearWay(thisQueen)) { return false; }1117 if (!CheckClearWay(thisRook)) { return false; }1125 if (!CheckClearWay(thisBishop)) { return false; }1225 function CheckClearWay(thisPiece) { function