Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js628 function IsHashMoveValid(hashMove) { argument
629 var from = hashMove & 0xFF;
630 var to = (hashMove >> 8) & 0xFF;
641 if (hashMove & moveflagEPC) {
698 this.hashMove = hashMove;
714 if (this.hashMove != null && IsHashMoveValid(hashMove)) {
847 var hashMove = null;
876 if (hashMove == null &&
1005 hashMove = currentMove;
1041 var hashMove = null;
[all …]