Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ getPlayerCollisionBoxes
Method
getPlayerCollisionBoxes
code/main/Quest.ts:745–747 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
743
}
744
745
public getPlayerCollisionBoxes(): Wall{
746
return
this.playerCollisionBoxes;
747
}
748
749
public getPlayerPotionsCountdown(): number{
750
return
this.playerPotionsCountdown;
Callers
1
checkCollision
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected