MCPcopy
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / pauseGame

Function pauseGame

assets/js/block_ninja.js:1460–1462  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1458}
1459
1460function pauseGame() {
1461 isInGame() && setActiveMenu(MENU_PAUSE);
1462}
1463
1464function resumeGame() {
1465 isPaused() && setActiveMenu(null);

Callers 1

block_ninja.jsFile · 0.85

Calls 2

isInGameFunction · 0.85
setActiveMenuFunction · 0.85

Tested by

no test coverage detected