MCPcopy 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

isPossibleMethod · 0.45
drawGridItemsMethod · 0.45
drawStatsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected