Home
last modified time | relevance | path

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

/dports/games/pear-Games_Chess/Games_Chess-1.0.1/
H A DChess.php1418 function getPossibleMoves($piece, $square, $color = null, $returnCastleMoves = true) argument
1439 return $this->getPossibleKingMoves($square, $color, $returnCastleMoves);
2069 function getPossibleKingMoves($square, $color = null, $returnCastleMoves = true) argument
2085 if ($returnCastleMoves) {