PositionTrackingLastId: {
    type: "compound";
    value: {
        id?: { type: "string"; value: string };
        version?: { type: "byte"; value: number };
    };
}

The PositionTrackingLastId schema.

The last ID for the lodestone compass position tracking database.

Type declaration

  • type: "compound"
  • value: {
        id?: { type: "string"; value: string };
        version?: { type: "byte"; value: number };
    }
    • Optionalid?: { type: "string"; value: string }

      ID

      The last ID for the lodestone compass position tracking database. It is stored in hex format. ex. 0x00000002

      "0x00000000"
      
    • Optionalversion?: { type: "byte"; value: number }

      Version

      The version of the lodestone compass position tracking database, currently 1.

      1