MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / getQuestEnded

Method getQuestEnded

code/main/Quest.ts:757–759  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

755 }
756
757 public getQuestEnded(): boolean{
758 return this.questEnded;
759 }
760
761 public getQuestEndedAndWeWon(): boolean{
762 return this.questEndedAndWeWon;

Callers 15

updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
castMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected