Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ getLastEntity
Method
getLastEntity
code/main/Quest.ts:737–739 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
735
}
736
737
public getLastEntity(): QuestEntity{
738
return
this.entities[this.entities.length-1];
739
}
740
741
public getLeftLimit(): number{
742
return
20;
Callers
5
addGround
Method · 0.80
generateShellPowder
Method · 0.80
generateSponge
Method · 0.80
addWalls
Method · 0.80
addWalls
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected