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

Method displayPlace

code/main/Game.ts:718–720  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

716 }
717
718 private displayPlace(): void{
719 this.displayArea(this.place.getRenderArea(), this.place.getScrolling(), this.place.getGap(), this.place.getDefaultScroll());
720 }
721
722 private handleCandiesProduction(): void{
723 this.candies.add(Saving.loadNumber("lollipopFarmCurrentCandiesProduction"));

Callers 2

setPlaceMethod · 0.95
updatePlaceMethod · 0.95

Calls 5

displayAreaMethod · 0.95
getRenderAreaMethod · 0.45
getScrollingMethod · 0.45
getGapMethod · 0.45
getDefaultScrollMethod · 0.45

Tested by

no test coverage detected