@kayahr/ed-journal

    Interface Commander

    Written at start of the game loading process.

    interface Commander {
        event: "Commander";
        FID?: string;
        Name: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "Commander"

    The type of event.

    FID?: string

    The player ID.

    Name: string

    The commander name.

    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR