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

Method constructor

code/main/ThirdHouse.ts:11–16  ·  view source on GitHub ↗
(game: Game)

Source from the content-addressed store, hash-verified

9
10 // Constructor
11 constructor(game: Game){
12 super(game);
13
14 this.renderArea.resizeFromArray(Database.getAscii("places/village/thirdHouse"), 0, 3);
15 this.update();
16 }
17
18 // getRenderArea()
19 public getRenderArea(): RenderArea{

Callers

nothing calls this directly

Calls 3

updateMethod · 0.95
resizeFromArrayMethod · 0.80
getAsciiMethod · 0.80

Tested by

no test coverage detected