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

Method addLinkCheckbox

code/main/RenderArea.ts:136–138  ·  view source on GitHub ↗
(e: string, callbackCollectionWhenChecked: CallbackCollection, callbackCollectionWhenUnchecked: CallbackCollection)

Source from the content-addressed store, hash-verified

134 }
135
136 public addLinkCheckbox(e: string, callbackCollectionWhenChecked: CallbackCollection, callbackCollectionWhenUnchecked: CallbackCollection): void{
137 this.links.push(new RenderLinkCheckbox(e, callbackCollectionWhenChecked, callbackCollectionWhenUnchecked));
138 }
139
140 public addLinkInput(e: string, enigmaAnswer: EnigmaAnswer, callbackCollection: CallbackCollection, callbackCollectionWrong: CallbackCollection): void{
141 this.links.push(new RenderLinkInput(e, enigmaAnswer, callbackCollection, callbackCollectionWrong));

Callers 1

addCheckboxMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected