screeps-simple-api
Preparing search index...
IRoomStatus
Interface IRoomStatus
房间状态
interface
IRoomStatus
{
error
?:
string
;
ok
?:
number
;
rooms
:
|
null
|
{
_id
:
string
;
novice
?:
number
;
respawnArea
?:
number
;
status
:
"normal"
|
"out of borders"
;
}
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
IScreepsResData
IRoomStatus
Indexable
[
key
:
string
]:
unknown
Index
Properties
error?
ok?
rooms
Properties
Optional
error
error
?:
string
Optional
ok
ok
?:
number
rooms
rooms
:
|
null
|
{
_id
:
string
;
novice
?:
number
;
respawnArea
?:
number
;
status
:
"normal"
|
"out of borders"
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
ok
rooms
screeps-simple-api
Loading...
房间状态