LBA2:Holomap arrow information

From LBA File Information
Revision as of 16:54, 24 June 2026 by 2400:cb00:1285:1000:9c46:2c9d:6969:d15e (talk) (Added structure)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
typedef struct
{
    S32 X; //	Position Island X Y Z
    S32 Y;
    S32 Z;
    S32 Alpha; //	Position Planet Alpha, Beta et Altitude
    S32 Beta;
    S32 Alt;
    S32 Mess;    //	Message sur Island ou Planet
    S8 ObjFix;   //	Eventual Obj Inventory 3D (FREE NOT USED!)
    U8 FlagHolo; //	Flag for Planet display, active, etc.
    U8 Planet;
    U8 Island;

} T_ARROW;