MCPcopy 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
873var moveRelative = function(point, start) {
874 if (point.row == start.row)
875 point.column -= start.column;
876 point.row -= start.row;
877};
878
879
880require("./lib/dom").importCssString("\

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected