screeps-api
    Preparing search index...

    Interface GameRoomTerrainUnencodedResponse

    GET /api/game/room-terrain response when the encoded param is undefined or empty (undefined, null, '', etc)

    interface GameRoomTerrainUnencodedResponse {
        ok: 1;
        terrain: UnencodedRoomTerrain[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ok: 1

    An API success response always contains { ok: 1 }

    Omitted positions are of type plain