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

Method constructor

code/main/FifthHouse.ts:7–12  ·  view source on GitHub ↗
(game: Game)

Source from the content-addressed store, hash-verified

5
6 // Constructor
7 constructor(game: Game){
8 super(game);
9
10 this.renderArea.resizeFromArray(Database.getAscii("places/village/fifthHouse"), 0, 3);
11 this.update();
12 }
13
14 // getRenderArea()
15 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