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

Method ask

code/main/Lighthouse.ts:100–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 }
99
100 private ask(): void{
101 this.speechId = this.selectedQuestionId + "Speech";
102 if(this.selectedQuestionId == "lighthouseQuestionDragon") this.showPuzzle = true;
103 else this.showPuzzle = false;
104 this.update();
105 this.getGame().updatePlace();
106 }
107
108 private createQuestionsArray(): void{
109 // We empty the array

Callers

nothing calls this directly

Calls 3

updateMethod · 0.95
updatePlaceMethod · 0.80
getGameMethod · 0.45

Tested by

no test coverage detected