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

Method changeLollipopsInput

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

Source from the content-addressed store, hash-verified

116 }
117
118 private changeLollipopsInput(): void{
119 if($(".cauldronLollipopsInput").length) // If the element exists
120 this.lollipopsInput = $(".cauldronLollipopsInput").val();
121 }
122
123 private drawActions(x: number, y: number, firstTimeWeUpdate: boolean, keepInputContent: boolean): void{
124 // Variables

Callers

nothing calls this directly

Calls 2

$Function · 0.85
valMethod · 0.80

Tested by

no test coverage detected