PilotingEvent.prototype.moveByEnd = function(obj) {

  var buffer = commandToBuffer(1, "PilotingEvent", "moveByEnd", obj);

  this.self._writePacket(this.self._networkFrameGenerator(buffer));