Searched refs:fullPgnGame (Results 1 – 1 of 1) sorted by relevance
749 if (oneGameOnly) { text += fullPgnGame(currentGame) + "\n\n"; }750 else { for (var ii = 0; ii < numberOfGames; ++ii) { text += fullPgnGame(ii) + "\n\n"; } }1586 function fullPgnGame(gameNum) { function