screeps-api
    Preparing search index...

    Interface UnencodedRoomTerrain

    Non-plain terrain data for a single room position

    interface UnencodedRoomTerrain {
        room: string;
        type: "swamp" | "wall";
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    room: string
    type: "swamp" | "wall"

    Plain terrain is represented as an omission

    x: number
    y: number