====== UnpackByteX ====== {{tag>packing}} * ''int UnpackByte1(int packed)'' * ''int UnpackByte2(int packed)'' * ''int UnpackByte3(int packed)'' * ''int UnpackByte4(int packed)'' ===== Description ===== Returns the Xth byte of the integer. Intended to extract values packed with [[PackBytes]]. ===== Examples ===== See [[PackBytes]] for examples.