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

Method addLinkOver

code/main/RenderArea.ts:148–150  ·  view source on GitHub ↗
(e1: string, e2: string)

Source from the content-addressed store, hash-verified

146 }
147
148 public addLinkOver(e1: string, e2: string): void{
149 this.links.push(new RenderLinkOver(e1, e2));
150 }
151
152 public addLinkSimpleInput(e: string, callbackCollection: CallbackCollection, defaultValue: string, hasFocus: boolean): void{
153 this.links.push(new RenderLinkSimpleInput(e, callbackCollection, defaultValue, hasFocus));

Callers 15

loadFirstHouseMethod · 0.80
loadSecondHouseMethod · 0.80
loadThirdHouseMethod · 0.80
loadForgeMethod · 0.80
loadFourthHouseMethod · 0.80
loadFifthHouseMethod · 0.80
drawBigRoomMethod · 0.80
drawCastleEntranceMethod · 0.80
drawNougatMonsterMethod · 0.80
drawRoom1Method · 0.80
drawRoom2Method · 0.80
drawRoom3Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected