@kayahr/ed-journal
    Preparing search index...

    Interface Commander

    Written at start of the game loading process.

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

    Hierarchy (View Summary)

    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.