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

Method setGravityDisabled

code/main/Quest.ts:798–800  ·  view source on GitHub ↗
(gravityDisabled: boolean)

Source from the content-addressed store, hash-verified

796 }
797
798 public setGravityDisabled(gravityDisabled: boolean): void{
799 this.gravityDisabled = gravityDisabled;
800 }
801
802 public setWormsLikeDisabled(wormsLikeDisabled: boolean): void{
803 this.wormsLikeDisabled = wormsLikeDisabled;

Callers 1

constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected