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

Method reDrawAscii

code/main/Knight.ts:86–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84
85 // Private methods
86 private reDrawAscii(): void{
87 this.getRenderArea().drawArray(Database.getAscii("places/quests/castleEntrance/knight" + this.currentAsciiNumber.toString()));
88 }
89}

Callers 2

constructorMethod · 0.95
updateMethod · 0.95

Calls 3

drawArrayMethod · 0.80
getAsciiMethod · 0.80
getRenderAreaMethod · 0.45

Tested by

no test coverage detected