@kayahr/ed-journal

    Interface Screenshot

    Written when a screenshot has been taken.

    The latitude, longitude, altitude and heading will be included if on a planet or in low-altitude flight.

    interface Screenshot {
        Altitude?: number;
        Body?: string;
        event: "Screenshot";
        Filename: string;
        Heading?: number;
        Height: number;
        Latitude?: number;
        Longitude?: number;
        System?: string;
        timestamp: string;
        Width: number;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Altitude?: number
    Body?: string

    Name of nearest body.

    event: "Screenshot"

    The type of event.

    Filename: string

    Filename of screenshot.

    Heading?: number
    Height: number

    Height in pixels.

    Latitude?: number
    Longitude?: number
    System?: string

    Current star system.

    timestamp: string

    The time in GMT, ISO 8601.

    Width: number

    Width in pixels.

    MMNEPVFCICPMFPCPTTAAATR