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

Method setQuest

code/main/QuestEntity.ts:618–620  ·  view source on GitHub ↗
(quest: Quest)

Source from the content-addressed store, hash-verified

616 }
617
618 public setQuest(quest: Quest): void{
619 this.quest = quest;
620 }
621
622 public setQuestEntityAnimation(questEntityAnimation: QuestEntityAnimation): void{
623 // We set the animation

Callers 1

loadCharacterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected