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

Method drawSpeech

code/main/ATree.ts:42–44  ·  view source on GitHub ↗
(normal: string, translated: string, x2: number = 59)

Source from the content-addressed store, hash-verified

40 }
41
42 private drawSpeech(normal: string, translated: string, x2: number = 59): void{
43 this.renderArea.drawSpeech(normal, 4, 38, x2, "aTreeSpeech", translated);
44 }
45
46 private drawTicTacToeBoard(addButtons: boolean = true, x: number = 19, y: number = 23): void{
47 // If the board isn't null

Callers 8

updateMethod · 0.95
drawCurrentSpeechMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected