Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ goToCandyBox
Method
goToCandyBox
code/main/Game.ts:400–403 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
398
399
// "go to" methods
400
public goToCandyBox(): void{
401
this.saveCurrentMapPlace();
402
this.setPlace(
new
CandyBox(this));
403
}
404
405
public goToCastle(): void{
406
this.setPlace(
new
Castle(this));
Callers
2
postLoad
Method · 0.95
takeTheBox
Method · 0.80
Calls
2
saveCurrentMapPlace
Method · 0.95
setPlace
Method · 0.95
Tested by
no test coverage detected