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

Method setQuestEntityMovement

code/main/QuestEntity.ts:630–632  ·  view source on GitHub ↗
(questEntityMovement: QuestEntityMovement)

Source from the content-addressed store, hash-verified

628 }
629
630 public setQuestEntityMovement(questEntityMovement: QuestEntityMovement): void{
631 this.questEntityMovement = questEntityMovement;
632 }
633
634 public setRenderArea(renderArea: RenderArea): void{
635 this.renderArea = renderArea;

Callers 15

constructorMethod · 0.95
configPlayerOrCloneMethod · 0.80
configPlayerOrCloneMethod · 0.80
configPlayerOrCloneMethod · 0.80
constructorMethod · 0.80
configPlayerOrCloneMethod · 0.80
constructorMethod · 0.80
configPlayerOrCloneMethod · 0.80
configPlayerOrCloneMethod · 0.80
constructorMethod · 0.80
configPlayerOrCloneMethod · 0.80
configPlayerOrCloneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected