Interface FSSAllBodiesFound

Written after having identified all bodies in the system.

interface FSSAllBodiesFound {
    Count: number;
    SystemAddress: number;
    SystemName: string;
    event: "FSSAllBodiesFound";
    timestamp: string;
}

Hierarchy (view full)

Properties

Count: number
SystemAddress: number
SystemName: string
event: "FSSAllBodiesFound"

The type of event.

timestamp: string

The time in GMT, ISO 8601.