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

Method setIsStatusBarAllowedToUseTheNKey

code/main/Game.ts:611–613  ·  view source on GitHub ↗
(isStatusBarAllowedToUseTheNKey: boolean)

Source from the content-addressed store, hash-verified

609
610 // Public setters
611 public setIsStatusBarAllowedToUseTheNKey(isStatusBarAllowedToUseTheNKey: boolean): void{
612 this.isStatusBarAllowedToUseTheNKey = isStatusBarAllowedToUseTheNKey;
613 }
614
615 public setQuestSlowedDown(questSlowedDown: boolean): void{
616 this.questSlowedDown = questSlowedDown;

Callers 2

switchOnOffMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected