Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/
H A Dpgn4web.js656 var thisPly = numPlies ? CurrentPly - numPlies : StartPly;
806 for (var thisPly = StartPly; thisPly < CurrentPly; thisPly++) {
828 if (thisPly == StartPly + PlyNumber) {
1010 var StartPly; variable
1262 var backStart = StartPly;
1381 if (!clockString && (CurrentPly === StartPly+PlyNumber)) {
1395 if (!clockString && (CurrentPly === StartPly+PlyNumber)) {
1442 if ((showThisMove >= StartPly) && Moves[showThisMove]) {
1444 } else if (showThisMove === StartPly - 1) {
1473 if ((showThisMove < StartPly) || HistNull[showThisMove]) {
[all …]