screeps-api
    Preparing search index...

    Interface UserRespawnProhibitedRoomsResponse

    GET /api/user/respawn-prohibited-rooms response

    interface UserRespawnProhibitedRoomsResponse {
        ok: 1;
        rooms: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ok: 1

    An API success response always contains { ok: 1 }

    rooms: string[]

    Zero or one room names; results are formatted as ${shardName}/${roomName}