@kayahr/ed-journal

    Interface NewCommander

    Written when creating a new commander.

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "NewCommander"

    The type of event.

    FID?: string

    The player ID.

    Name: string

    The commander's name.

    Package: string

    The selected starter package.

    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR