57 $this->intensity = LE::readFloat($in);
58 $this->duration = LE::readFloat($in);
59 $this->shakeType = Byte::readUnsigned($in);
60 $this->shakeAction = Byte::readUnsigned($in);
64 LE::writeFloat($out, $this->intensity);
65 LE::writeFloat($out, $this->duration);
66 Byte::writeUnsigned($out, $this->shakeType);
67 Byte::writeUnsigned($out, $this->shakeAction);