Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Macuyiko/minecraft-python
/ moveRelative
Function
moveRelative
ServerEditorWeb/ace/ext-language_tools.js:873–877 ·
view source on GitHub ↗
(point, start)
Source
from the content-addressed store, hash-verified
871
};
872
873
var
moveRelative =
function
(point, start) {
874
if
(point.row == start.row)
875
point.column -= start.column;
876
point.row -= start.row;
877
};
878
879
880
require(
"./lib/dom"
).importCssString("\
Callers
1
ext-language_tools.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected