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

Method forceMoving

code/main/QuestEntity.ts:209–212  ·  view source on GitHub ↗
(movement: Pos)

Source from the content-addressed store, hash-verified

207 }
208
209 public forceMoving(movement: Pos): void{
210 if(this.canBeForcedToMove)
211 this.move(movement, true);
212 }
213
214 public getAndPossiblyCreateSpellCastingDamageReason(naming: Naming): QuestEntityDamageReason{
215 // If our spell casting damage reason is null, we create it

Callers 1

Calls 1

moveMethod · 0.95

Tested by

no test coverage detected