screeps-simple-api
    Preparing search index...

    Interface ConstructedWall

    interface ConstructedWall {
        _id: string;
        hits: number;
        hitsMax: number;
        notifyWhenAttacked: boolean;
        room: string;
        type: "constructedWall";
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _id: string
    hits: number
    hitsMax: number
    notifyWhenAttacked: boolean
    room: string
    type: "constructedWall"
    x: number
    y: number