Animations.prototype.stopAllAnimations = function() {

  var buffer = commandToBuffer(0, "Animations", "StopAllAnimations");

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