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

Method beginAntiGravity

code/main/QuestEntity.ts:117–125  ·  view source on GitHub ↗
(antiGravityDuration: number)

Source from the content-addressed store, hash-verified

115 }
116
117 public beginAntiGravity(antiGravityDuration: number): boolean{
118 if(this.antiGravity == false){
119 this.antiGravity = true;
120 this.antiGravityDuration = antiGravityDuration;
121 return true;
122 }
123
124 return false;
125 }
126
127 public beginBerserk(berserkDuration: number): boolean{
128 if(this.berserk == false){

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected