Searched refs:thisPiece (Results 1 – 1 of 1) sorted by relevance
1225 function CheckClearWay(thisPiece) { argument1226 var stepCol = sign(mvToCol-PieceCol[MoveColor][thisPiece]);1227 var stepRow = sign(mvToRow-PieceRow[MoveColor][thisPiece]);1228 var startCol = PieceCol[MoveColor][thisPiece]+stepCol;1229 var startRow = PieceRow[MoveColor][thisPiece]+stepRow;