Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
update
Method · 0.80
castPlayerEraseMagic
Method · 0.80
updateEntities
Method · 0.80
update
Method · 0.80
update
Method · 0.80
handleDamage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected