Interface StartJump

Written at the start of a hyperspace or supercruise jump (start of countdown)

interface StartJump {
    JumpType: JumpType;
    StarClass?: string;
    StarSystem?: string;
    SystemAddress?: number;
    event: "StartJump";
    timestamp: string;
}

Hierarchy (view full)

Properties

JumpType: JumpType

The type of jump.

StarClass?: string

Star type (Only for a hyperspace jump)

StarSystem?: string

Name of destination system (for a hyperspace jump)

SystemAddress?: number
event: "StartJump"

The type of event.

timestamp: string

The time in GMT, ISO 8601.