Interface FSDTarget

Written when selecting a star system to jump to.

Note, when following a multi-jump route, this will typically appear for the next star, during a jump, ie after "StartJump" but before the "FSDJump"

interface FSDTarget {
    Name: string;
    RemainingJumpsInRoute?: number;
    StarClass?: string;
    SystemAddress: number;
    event: "FSDTarget";
    timestamp: string;
}

Hierarchy (view full)

Properties

Name: string
RemainingJumpsInRoute?: number
StarClass?: string
SystemAddress: number
event: "FSDTarget"

The type of event.

timestamp: string

The time in GMT, ISO 8601.