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

Method getLastDamageReason

code/main/QuestEntity.ts:509–511  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

507 }
508
509 public getLastDamageReason(): QuestEntityDamageReason{
510 return this.lastDamageReason;
511 }
512
513 public getLastQuestEntitySpellCaster(): QuestEntitySpellCaster{
514 return this.questEntitySpellCasters[this.questEntitySpellCasters.length-1];

Callers 1

getDeathMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected