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

Method addQuestEntityWeapon

code/main/QuestEntity.ts:113–115  ·  view source on GitHub ↗
(questEntityWeapon: QuestEntityWeapon)

Source from the content-addressed store, hash-verified

111 }
112
113 public addQuestEntityWeapon(questEntityWeapon: QuestEntityWeapon): void{
114 this.questEntityWeapons.push(questEntityWeapon);
115 }
116
117 public beginAntiGravity(antiGravityDuration: number): boolean{
118 if(this.antiGravity == false){

Callers 15

constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected