Interface Missions

The player's missions. Written at startup.

interface Missions {
    Active: Mission[];
    Complete: Mission[];
    Failed: Mission[];
    event: "Missions";
    timestamp: string;
}

Hierarchy (view full)

Properties

Active: Mission[]

List of active missions.

Complete: Mission[]

List of completed missions.

Failed: Mission[]

List of fails missions.

event: "Missions"

The type of event.

timestamp: string

The time in GMT, ISO 8601.