Saxonberg Server API
    Preparing search index...
    interface ContactEntryNpc {
        addedAt: number;
        kind: "npc";
        label: string;
        source: string;
        templatePath: string;
    }
    Index

    Properties

    addedAt: number
    kind: "npc"
    label: string
    source: string
    templatePath: string

    Template path of the target NPC (e.g. /obj/npc/Gus). NPCs are runtime clones; the template is the durable identifier.