screeps-api
    Preparing search index...

    Interface GameRoomStatusResponse

    GET /api/game/room-status response

    interface GameRoomStatusResponse {
        _id: string;
        novice?: number;
        ok: 1;
        openTime?: number;
        respawn?: number;
        status: RoomStatus;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _id: string

    The room name

    novice?: number

    UNIX timestamp of time this room stopped / will stop being a novice area

    ok: 1

    An API success response always contains { ok: 1 }

    openTime?: number

    UNIX timestamp of time this room left the 'closed' status

    respawn?: number

    UNIX timestamp of time this room stopped / will stop being a respawn area

    status: RoomStatus