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

Method setDead

code/main/QuestEntity.ts:578–580  ·  view source on GitHub ↗
(dead: boolean)

Source from the content-addressed store, hash-verified

576 }
577
578 public setDead(dead: boolean): void{
579 this.dead = dead;
580 }
581
582 public setDestructible(value: boolean): void{
583 this.destructible = value;

Callers 6

updateMethod · 0.80
castPlayerEraseMagicMethod · 0.80
updateEntitiesMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
handleDamageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected