SW Combine SDK
    Preparing search index...

    Interface DroidEntityValue

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

    interface DroidEntityValue {
        commander?: EntityReference;
        entitytype?: "Droid";
        hull?: EntityStat;
        images?: EntityImages;
        infotext?: string;
        ionic?: EntityStat;
        location?: EntityLocation;
        name?: string;
        owner?: EntityReference;
        pilot?: EntityReference;
        protected?: "yes" | "no";
        shield?: EntityStat;
        tags?: EntityTags;
        type?: EntityTypeRef;
        uid: string;
        wrecked?: "yes" | "no";
    }
    Index

    Properties

    commander?: EntityReference
    entitytype?: "Droid"
    hull?: EntityStat
    images?: EntityImages
    infotext?: string
    ionic?: EntityStat
    location?: EntityLocation
    name?: string
    protected?: "yes" | "no"
    shield?: EntityStat
    tags?: EntityTags
    uid: string
    wrecked?: "yes" | "no"