Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ goLeft
Method
goLeft
code/main/MonkeyWizard.ts:173–175 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
171
}
172
173
private goLeft(): void{
174
this.getQuestEntityMovement().setOffset(
new
Pos(-1, 0));
175
}
176
177
private goRight(): void{
178
this.getQuestEntityMovement().setOffset(
new
Pos(1, 0));
Callers
1
update
Method · 0.95
Calls
2
setOffset
Method · 0.80
getQuestEntityMovement
Method · 0.80
Tested by
no test coverage detected