.zObjectHi EQUB &2E \ Object 0 has dynamic coordinates EQUB &44 \ Object 1 has fixed coordinates (&C666, &0000, &445C) EQUB &86 \ Object 2 has fixed coordinates (&4B18, &0000, &8666) EQUB &63 \ Object 3 has fixed coordinates (&45DD, &0000, &6333) EQUB &C0 \ Object 4 has fixed coordinates (&5333, &0000, &C000) EQUB &C1 \ Object 5 has fixed coordinates (&8EEF, &0000, &C111) EQUB &00 \ Object 6 is a group, coords are in x/zGroupObjectHi EQUB &00 \ Object 7 is a group, coords are in x/zGroupObjectHi EQUB &00 \ Object 8 is a group, coords are in x/zGroupObjectHi EQUB &00 \ Object 9 is a group, coords are in x/zGroupObjectHi EQUB &5A \ Object 10 is unused EQUB &52 \ Object 11 is unused EQUB &00 \ Object 12 has dynamic coordinates EQUB &00 \ Object 13 has dynamic coordinates EQUB &00 \ Object 14 has dynamic coordinates EQUB &00 \ Object 15 has dynamic coordinates EQUB &EA \ Object 16 has fixed coordinates (&8EEE, &0000, &EAA6) EQUB &D5 \ Object 17 has fixed coordinates (&EAAA, &0000, &D552) EQUB &65 \ Object 18 has fixed coordinates (&0888, &0000, &6555) EQUB &E9 \ Object 19 has fixed coordinates (&2555, &0000, &E999) EQUB &E5 \ Object 20 has fixed coordinates (&5777, &0000, &E555) EQUB &AB \ Object 21 has fixed coordinates (&1333, &0000, &ABBC) EQUB &95 \ Object 22 has fixed coordinates (&8777, &0000, &9556) EQUB &99 \ Object 23 has fixed coordinates (&E333, &0000, &9999) EQUB &4D \ Object 24 has fixed coordinates (&8666, &0000, &4DF8) EQUB &07 \ Object 25 has fixed coordinates (&D888, &0000, &0777) EQUB &41 \ Object 26 has fixed coordinates (&EDDE, &0000, &4111) EQUB &2C \ Object 27 has fixed coordinates (&4666, &0000, &2CCD) EQUB &05 \ Object 28 has fixed coordinates (&8666, &0000, &0555) EQUB &74 \ Object 29 has fixed coordinates (&B555, &0000, &7444) EQUB &00 \ Object 30 has dynamic coordinates EQUB &00 \ Object 31 has dynamic coordinates EQUB &00 \ Object 32 has dynamic coordinates EQUB &00 \ Object 33 has dynamic coordinates EQUB &03 \ Object 34 has fixed coordinates (&0440, &0000, &0340) EQUB &41 \ Object 35 is unused EQUB &3A \ Object 36 is unused EQUB &4C \ Object 37 is unused EQUB &53 \ Object 38 is unused EQUB &52 \ Object 39 is unusedName: zObjectHi [Show more] Type: Variable Category: 3D geometry Summary: High byte of the z-coordinate for an object Deep dive: 3D objects Placing objects on the mapContext: See this variable in context in the source code References: This variable is used as follows: * AddPointToObject uses zObjectHi * CheckFlyingSkills (Part 1 of 2) uses zObjectHi * CheckPlaneOnRunway uses zObjectHi * SetObjectCoords (Part 4 of 11) uses zObjectHi * SetObjectCoords (Part 6 of 11) uses zObjectHi * SetObjectCoords (Part 8 of 11) uses zObjectHi * SetObjectToOrigin uses zObjectHi
The high byte of the z-coordinate for the object with ID X is at zObjectHi,X.