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

Method stopBerserk

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

Source from the content-addressed store, hash-verified

407 }
408
409 public stopBerserk(): void{
410 // Mother class method
411 super.stopBerserk();
412
413 // Update the render area
414 this.drawOnRenderArea();
415 }
416
417 public stopTurtle(): void{
418 // Mother class method

Callers

nothing calls this directly

Calls 1

drawOnRenderAreaMethod · 0.95

Tested by

no test coverage detected