screeps-api
    Preparing search index...

    Interface UserWorldStartRoomResponse

    GET /api/user/world-start-room response

    interface UserWorldStartRoomResponse {
        ok: 1;
        room: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ok: 1

    An API success response always contains { ok: 1 }

    room: string[]

    Zero or one room names; if a shard name was not included in the request, results are formatted as ${shardName}/${roomName}