screeps-simple-api
Preparing search index...
IConsole
Interface IConsole
提交代码到控制台
interface
IConsole
{
error
?:
string
;
insertedCount
:
number
;
insertedIds
:
string
[]
;
ok
?:
number
;
ops
:
{
_id
:
string
;
expression
:
string
;
shard
:
Shard
;
user
:
string
}
[]
;
result
:
{
n
:
number
;
ok
:
number
}
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
IScreepsResData
IConsole
Indexable
[
key
:
string
]:
unknown
Index
Properties
error?
inserted
Count
inserted
Ids
ok?
ops
result
Properties
Optional
error
error
?:
string
inserted
Count
insertedCount
:
number
inserted
Ids
insertedIds
:
string
[]
Optional
ok
ok
?:
number
ops
ops
:
{
_id
:
string
;
expression
:
string
;
shard
:
Shard
;
user
:
string
}
[]
result
result
:
{
n
:
number
;
ok
:
number
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
inserted
Count
inserted
Ids
ok
ops
result
screeps-simple-api
Loading...
提交代码到控制台