MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / updateStatusBar

Method updateStatusBar

code/main/Game.ts:393–397  ·  view source on GitHub ↗
(reAdd: boolean = false)

Source from the content-addressed store, hash-verified

391 }
392
393 public updateStatusBar(reAdd: boolean = false): void{
394 if(reAdd) this.statusBar.deleteAndReAddEverything();
395 this.statusBar.updateAll();
396 this.statusBarLocation.render(this.statusBar.getRenderArea());
397 }
398
399 // "go to" methods
400 public goToCandyBox(): void{

Callers 15

constructorMethod · 0.95
postLoadMethod · 0.95
setCurrentMethod · 0.80
buyCauldronMethod · 0.80
selectTabMethod · 0.80
selectTabByTypeMethod · 0.80
clickedOnCornerMethod · 0.80
goToFarmMethod · 0.80
openBoxMethod · 0.80

Calls 4

updateAllMethod · 0.80
renderMethod · 0.45
getRenderAreaMethod · 0.45

Tested by

no test coverage detected