screeps-simple-api
    Preparing search index...

    Interface IRoomTerrain

    房间地形

    interface IRoomTerrain {
        error?: string;
        ok?: number;
        terrain: { room: string; type: "swamp" | "wall"; x: number; y: number }[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    error?: string
    ok?: number
    terrain: { room: string; type: "swamp" | "wall"; x: number; y: number }[]