Interface NewCommander

Written when creating a new commander.

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

Hierarchy (view full)

Properties

FID?: string

The player ID.

Name: string

The commander's name.

Package: string

The selected starter package.

event: "NewCommander"

The type of event.

timestamp: string

The time in GMT, ISO 8601.