Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ setOutOfArea
Method
setOutOfArea
code/main/QuestEntity.ts:614–616 ·
view source on GitHub ↗
(outOfArea: boolean)
Source
from the content-addressed store, hash-verified
612
}
613
614
public setOutOfArea(outOfArea: boolean): void{
615
this.outOfArea = outOfArea;
616
}
617
618
public setQuest(quest: Quest): void{
619
this.quest = quest;
Callers
1
updateEntities
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected