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

Function incrementCubeCount

assets/js/block_ninja.js:1435–1440  ·  view source on GitHub ↗
(inc)

Source from the content-addressed store, hash-verified

1433}
1434
1435function incrementCubeCount(inc) {
1436 if (isInGame()) {
1437 state.game.cubeCount += inc;
1438 renderScoreHud();
1439 }
1440}
1441
1442
1443//////////////////

Callers 1

tickFunction · 0.85

Calls 2

isInGameFunction · 0.85
renderScoreHudFunction · 0.85

Tested by

no test coverage detected