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

Method setQuestSpeedUp

code/main/Game.ts:619–621  ·  view source on GitHub ↗
(questSpeedUp: number)

Source from the content-addressed store, hash-verified

617 }
618
619 public setQuestSpeedUp(questSpeedUp: number): void{
620 this.questSpeedUp = questSpeedUp;
621 }
622
623 public setWeAreQuesting(weAreQuesting: boolean): void{
624 this.weAreQuesting = weAreQuesting;

Callers 3

constructorMethod · 0.80
goToGameMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected