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

Method setLocationString

code/main/RenderLocation.ts:37–39  ·  view source on GitHub ↗
(locationString: string)

Source from the content-addressed store, hash-verified

35
36 // Public setters
37 public setLocationString(locationString: string): void{
38 this.locationString = locationString;
39 }
40
41 public setScrolling(scrolling: boolean, defaultScroll: number = 0): void{
42 // If the scrolling is different

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected