screeps-api
    Preparing search index...

    Interface GameRoomTerrainEncodedResponse

    GET /api/game/room-terrain response when encoded param is defined and non-empty

    interface GameRoomTerrainEncodedResponse {
        ok: 1;
        terrain: { "0": { _id: string; room: string; terrain: string } };
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ok: 1

    An API success response always contains { ok: 1 }

    terrain: { "0": { _id: string; room: string; terrain: string } }