SW Combine SDK
    Preparing search index...

    Interface FacilityEntityValue

    Facility entity value (inner data) Most fields are optional to guard against unpredictable API responses.

    interface FacilityEntityValue {
        commander?: EntityReference;
        entitytype?: "Facility";
        hull?: EntityStat;
        images?: EntityImages;
        infotext?: string;
        ionic?: EntityStat;
        ispowered?: string;
        location?: EntityLocation;
        name?: string;
        opento?: string;
        orientation?: string;
        owner?: EntityReference;
        pilot?: EntityReference;
        poweredby?: { pg?: EntityReference[] };
        protected?: "yes" | "no";
        shield?: EntityStat;
        tags?: EntityTags;
        type?: EntityTypeRef;
        uid: string;
        underconstruction?: "yes" | "no";
        wrecked?: "yes" | "no";
    }
    Index

    Properties

    commander?: EntityReference
    entitytype?: "Facility"
    hull?: EntityStat
    images?: EntityImages
    infotext?: string
    ionic?: EntityStat
    ispowered?: string
    location?: EntityLocation
    name?: string
    opento?: string
    orientation?: string
    poweredby?: { pg?: EntityReference[] }
    protected?: "yes" | "no"
    shield?: EntityStat
    tags?: EntityTags
    uid: string
    underconstruction?: "yes" | "no"
    wrecked?: "yes" | "no"