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

Method previousTab

code/main/StatusBar.ts:236–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

234 }
235
236 private previousTab(): void{
237 if(this.selectedTabIndex-1 >= 0)
238 this.tabs[this.selectedTabIndex-1].clicked();
239 }
240
241 private nextTab(): void{
242 // If we're allowed to.. (this will be disable when using the computer)

Callers

nothing calls this directly

Calls 1

clickedMethod · 0.45

Tested by

no test coverage detected