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

Method changeCandiesInput

code/main/Cauldron.ts:113–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 }
112
113 private changeCandiesInput(): void{
114 if($(".cauldronCandiesInput").length) // If the element exists
115 this.candiesInput = $(".cauldronCandiesInput").val();
116 }
117
118 private changeLollipopsInput(): void{
119 if($(".cauldronLollipopsInput").length) // If the element exists

Callers

nothing calls this directly

Calls 2

$Function · 0.85
valMethod · 0.80

Tested by

no test coverage detected