Interface SAASignalsFound

Written when using SAA scanner on a planet or rings.

interface SAASignalsFound {
    BodyID: number;
    BodyName: string;
    Genuses?: {
        Genus: string;
        Genus_Localised: string;
    }[];
    Signals: {
        Count: number;
        Type: string;
        Type_Localised?: string;
    }[];
    SystemAddress: number;
    event: "SAASignalsFound";
    timestamp: string;
}

Hierarchy (view full)

Properties

BodyID: number
BodyName: string
Genuses?: {
    Genus: string;
    Genus_Localised: string;
}[]

Type declaration

  • Genus: string
  • Genus_Localised: string
Signals: {
    Count: number;
    Type: string;
    Type_Localised?: string;
}[]

Type declaration

  • Count: number
  • Type: string
  • Optional Type_Localised?: string
SystemAddress: number
event: "SAASignalsFound"

The type of event.

timestamp: string

The time in GMT, ISO 8601.