screeps-api
    Preparing search index...

    Interface UserRoomsResponse

    GET /api/user/rooms response

    interface UserRoomsResponse {
        ok: 1;
        reservations: { [shardName: string]: string[] };
        shards: { [shardName: string]: string[] };
    }

    Hierarchy (View Summary)

    Index

    Properties

    ok: 1

    An API success response always contains { ok: 1 }

    reservations: { [shardName: string]: string[] }

    All arrays in this object will always be empty

    shards: { [shardName: string]: string[] }

    Names of all rooms claimed by this user, keyed by shard