Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ getEntities
Method
getEntities
code/main/Quest.ts:713–715 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
711
}
712
713
public getEntities(): QuestEntity[]{
714
return
this.entities;
715
}
716
717
public getGap(): number{
718
// We find the perfect gap so that the player would be in the center
Callers
9
castPlayerBlackhole
Method · 0.95
castPlayerEraseMagic
Method · 0.95
handleCombat
Method · 0.80
addBird
Method · 0.80
getRandomEnemy
Method · 0.80
update
Method · 0.80
handleDamage
Method · 0.80
handleDamage
Method · 0.80
checkCollision
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected