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

Method questionSelected

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

Source from the content-addressed store, hash-verified

122 }
123
124 private questionSelected(): void{
125 // Get the selected language id
126 this.selectedQuestionId = $("#lighthouseQuestionsList").find(":selected").attr("id");
127
128 // Update the ligthouse
129 this.update();
130 this.getGame().updatePlace();
131 }
132
133 private resetPuzzle(): void{
134 // Re create the puzzle

Callers

nothing calls this directly

Calls 6

updateMethod · 0.95
$Function · 0.85
attrMethod · 0.80
findMethod · 0.80
updatePlaceMethod · 0.80
getGameMethod · 0.45

Tested by

no test coverage detected