screeps-simple-api
    Preparing search index...

    Interface IRoomObjects

    房间对象

    interface IRoomObjects {
        error?: string;
        objects: RoomObject[];
        ok?: number;
        users: { [userId: string]: { _id: string } & IUser };
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    error?: string
    objects: RoomObject[]
    ok?: number
    users: { [userId: string]: { _id: string } & IUser }