Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/
H A Dpgn4web.js749 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