Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/
H A Dpgn4web.js657 if (thisPly < StartPlyVar[CurrentVar]) {
660 if (thisPly !== CurrentPly) { GoToMove(thisPly); }
806 for (var thisPly = StartPly; thisPly < CurrentPly; thisPly++) {
807 if ((HistType[0][thisPly] == 6) || (HistPieceId[1][thisPly] >= 16)) { HalfMoveClock = 0; }
826 for (var thisPly = CurrentPly; thisPly <= StartPly + PlyNumber; thisPly++) {
831 if (thisPly%2 === 0) { addStr = (Math.floor(thisPly/2)+1) + ". "; }
832 else if (thisPly == CurrentPly) { addStr = (Math.floor(thisPly/2)+1) + "... "; }
833 addStr += Moves[thisPly];
1245 function GoToMove(thisPly, thisVar) { argument
1252 if (thisPly < 0) { thisPly = 0; }
[all …]