This is an old revision of the document!
int UnpackShort1(int packed)int UnpackShort2(int packed)Return the first and second two bytes of the integer interpreted as signed shorts respectively. Intended to extract values packed with PackShorts.
See PackShorts for examples.