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

Method drawSpeech

code/main/SecondHouse.ts:142–144  ·  view source on GitHub ↗
(speechName: string)

Source from the content-addressed store, hash-verified

140 }
141
142 private drawSpeech(speechName: string): number{
143 return this.renderArea.drawSpeech(Database.getText(speechName), 3, 30, 60, "secondHouseMerchantSpeech", Database.getTranslatedText(speechName));
144 }
145
146 private update(): void{
147 // Erase everything

Callers 2

drawIntroSpeechMethod · 0.95
drawSelectedItemStuffMethod · 0.95

Calls 1

getTextMethod · 0.45

Tested by

no test coverage detected