Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ stopTurtle
Method
stopTurtle
code/main/QuestEntity.ts:421–423 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
419
}
420
421
public stopTurtle(): void{
422
this.turtle = false;
423
}
424
425
public teleport(pos: Pos): boolean{
426
return
this.setGlobalPosition(pos);
Callers
1
move
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected