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

Method getWeapons

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

Source from the content-addressed store, hash-verified

600 }
601
602 public getWeapons(): { [s: string]: EqItem; }{
603 return this.weapons;
604 }
605
606 public getWeAreQuesting(): boolean{
607 return this.weAreQuesting;

Callers 1

drawEquipmentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected