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

Method stopTurtle

code/main/Player.ts:417–423  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

415 }
416
417 public stopTurtle(): void{
418 // Mother class method
419 super.stopTurtle();
420
421 // Update the render area
422 this.drawOnRenderArea();
423 }
424
425 public update(): void{
426 for(var savingName in this.game.getSelectedEqItems()){

Callers 1

castPlayerPPotionMethod · 0.45

Calls 1

drawOnRenderAreaMethod · 0.95

Tested by

no test coverage detected