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

Method getLastEntity

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

Source from the content-addressed store, hash-verified

735 }
736
737 public getLastEntity(): QuestEntity{
738 return this.entities[this.entities.length-1];
739 }
740
741 public getLeftLimit(): number{
742 return 20;

Callers 5

addGroundMethod · 0.80
generateShellPowderMethod · 0.80
generateSpongeMethod · 0.80
addWallsMethod · 0.80
addWallsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected