MCPcopy 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

constructorMethod · 0.95
loadCandyBoxCharacterMethod · 0.80
loadMediumCharacterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected