Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ setCbc
Method
setCbc
code/main/QuestEntity.ts:574–576 ·
view source on GitHub ↗
(cbc: CollisionBoxCollection)
Source
from the content-addressed store, hash-verified
572
}
573
574
public setCbc(cbc: CollisionBoxCollection): void{
575
this.cbc = cbc;
576
}
577
578
public setDead(dead: boolean): void{
579
this.dead = dead;
Callers
5
constructor
Method · 0.95
loadCandyBoxCharacter
Method · 0.80
loadCandyBoxSqueezedCharacter
Method · 0.80
loadMediumCharacter
Method · 0.80
loadMediumSqueezedCharacter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected