Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/
H A Dengine.js70 …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…
H A Dpgn4web.js703 …if ((typeof(gameVariant[currentGame]) !== "undefined") && (gameVariant[currentGame].match(/^\s*(|c…
704 dbg3 += '\nVARIANT: ' + gameVariant[currentGame];
860 …if (gameVariant[currentGame] !== "") { text += "[Variant \"" + gameVariant[currentGame] + "\"]\n";…
889 var gameVariant = new Array(); variable