Searched refs:currentGame (Results 1 – 4 of 4) sorted by relevance
407 Init(currentGame - 1);411 Init(currentGame + 1);860 …if (gameVariant[currentGame] !== "") { text += "[Variant \"" + gameVariant[currentGame] + "\"]\n";…874 var currentGame = -1; variable1709 initialGame = currentGame + 1;1997 currentGame = 0;2000 currentGame = numberOfGames - 1;2008 if (!currentGame) { currentGame = 0; }2067 if ((gameSetUp[currentGame] !== undefined) && (gameSetUp[currentGame] != "1")) { InitFEN(); }2068 else { InitFEN(gameFEN[currentGame]); }[all …]
70 …if ((typeof(gameVariant[currentGame]) == "undefined") || (gameVariant[currentGame].match(/^\s*(|ch…96 } else if (warnedAboutUnsupportedVariation != gameVariant[currentGame]) {97 warnedAboutUnsupportedVariation = gameVariant[currentGame];98 …myAlert("warning: analysis board unavailable for the " + gameVariant[currentGame] + " variant", tr…
21 openFidePlayerUrl(gameWhite[currentGame], customPgnHeaderTag('WhiteFideId'));25 openFidePlayerUrl(gameBlack[currentGame], customPgnHeaderTag('BlackFideId'));
59 …if (console) { console.log(" alert: g=" + currentGame + " v=" + CurrentVar + " p=" + CurrentPly +…