screeps-api
    Preparing search index...

    Interface GameWorldSizeResponse

    GET /api/game/world-size response

    interface GameWorldSizeResponse {
        height: number;
        ok: 1;
        width: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    height: number

    Height of this shard's map (in rooms)

    ok: 1

    An API success response always contains { ok: 1 }

    width: number

    Width of this shard's map (in rooms)