@kayahr/ed-journal

    Interface ExtendedNavRoute

    Extended nav route data written to separate 'NavRoute.json' file.

    interface ExtendedNavRoute {
        event: "NavRoute" | "NavRouteClear";
        Route: {
            StarClass: string;
            StarPos: [number, number, number];
            StarSystem: string;
            SystemAddress: number;
        }[];
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Properties

    event: "NavRoute" | "NavRouteClear"

    The type of event.

    Route: {
        StarClass: string;
        StarPos: [number, number, number];
        StarSystem: string;
        SystemAddress: number;
    }[]
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR