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

Method getGridItems

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

Source from the content-addressed store, hash-verified

528 }
529
530 public getGridItems(): { [s: string]: GridItem; }{
531 return this.gridItems;
532 }
533
534 public getIsStatusBarAllowedToUseTheNKey(): boolean{
535 return this.isStatusBarAllowedToUseTheNKey;

Callers 4

drawGridItemsMethod · 0.80
drawStatsMethod · 0.80
hitMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected