@kayahr/ed-journal

    Interface Passengers

    List of passengers in the ship. Written at startup when loading the saved game file.

    interface Passengers {
        event: "Passengers";
        Manifest: {
            Count: number;
            MissionID: number;
            Type: string;
            VIP: boolean;
            Wanted: boolean;
        }[];
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "Passengers"

    The type of event.

    Manifest: {
        Count: number;
        MissionID: number;
        Type: string;
        VIP: boolean;
        Wanted: boolean;
    }[]
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR