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

Method getMainContentLocation

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

Source from the content-addressed store, hash-verified

584 }
585
586 public getMainContentLocation(): RenderLocation{
587 return this.mainContentLocation;
588 }
589
590 public getSelectedEqItems(): { [s: string]: EqItem; }{
591 return this.selectedEqItems;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected