screeps-simple-api
Preparing search index...
IRoomObjects
Interface IRoomObjects
房间对象
interface
IRoomObjects
{
error
?:
string
;
objects
:
RoomObject
[]
;
ok
?:
number
;
users
:
{
[
userId
:
string
]:
{
_id
:
string
}
&
IUser
}
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
IScreepsResData
IRoomObjects
Indexable
[
key
:
string
]:
unknown
Index
Properties
error?
objects
ok?
users
Properties
Optional
error
error
?:
string
objects
objects
:
RoomObject
[]
Optional
ok
ok
?:
number
users
users
:
{
[
userId
:
string
]:
{
_id
:
string
}
&
IUser
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
objects
ok
users
screeps-simple-api
Loading...
房间对象