Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ getOutOfArea
Method
getOutOfArea
code/main/QuestEntity.ts:533–535 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
531
}
532
533
public getOutOfArea(): boolean{
534
return
this.outOfArea;
535
}
536
537
public getQuest(): Quest{
538
return
this.quest;
Callers
1
shouldDie
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected