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

Method addLinkCallbackCollection

code/main/RenderArea.ts:128–130  ·  view source on GitHub ↗
(callbackCollection: CallbackCollection)

Source from the content-addressed store, hash-verified

126 }
127
128 public addLinkCallbackCollection(callbackCollection: CallbackCollection): void{
129 this.links.push(new RenderLinkCallbackCollection(callbackCollection));
130 }
131
132 public addLinkChange(e: string, callbackCollection: CallbackCollection): void{
133 this.links.push(new RenderLinkChange(e, callbackCollection));

Callers 6

drawEquipmentMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
drawCfgLanguageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected