PilotingSettings.prototype.maxTilt = function(current) {

  var buffer = commandToBuffer(1, "PilotingSettings", "MaxTilt", current);

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