Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ isPossessed
Method
isPossessed
code/main/Item.ts:39–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
public isPossessed(): boolean{
40
return
Saving.loadBool(this.savingName);
41
}
42
43
// Public getters
44
public getAscii(): string{
Callers
4
isPossible
Method · 0.45
createArrayFromEqItemsArrayForRenderAreaList
Method · 0.45
drawGridItems
Method · 0.45
drawStats
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected