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

Method setWeAreQuesting

code/main/Game.ts:623–625  ·  view source on GitHub ↗
(weAreQuesting: boolean)

Source from the content-addressed store, hash-verified

621 }
622
623 public setWeAreQuesting(weAreQuesting: boolean): void{
624 this.weAreQuesting = weAreQuesting;
625 }
626
627 // Private methods
628 private addEqItem(eqItem: EqItem, array: { [s: string]: EqItem; }): void{

Callers 2

willBeDisplayedMethod · 0.80
willBeClosedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected