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

Method addLinkInput

code/main/RenderArea.ts:140–142  ·  view source on GitHub ↗
(e: string, enigmaAnswer: EnigmaAnswer, callbackCollection: CallbackCollection, callbackCollectionWrong: CallbackCollection)

Source from the content-addressed store, hash-verified

138 }
139
140 public addLinkInput(e: string, enigmaAnswer: EnigmaAnswer, callbackCollection: CallbackCollection, callbackCollectionWrong: CallbackCollection): void{
141 this.links.push(new RenderLinkInput(e, enigmaAnswer, callbackCollection, callbackCollectionWrong));
142 }
143
144 public addLinkOnHoverShowTooltip(classHover: string, classTooltip: string): void{
145 this.links.push(new RenderLinkOnHoverShowTooltip(classHover, classTooltip));

Callers 1

addEnigmaMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected