@echecs/uci - v3.0.2
Preparing search index...
types
GoOptions
Interface GoOptions
Parameters for the UCI
go
command
interface
GoOptions
{
binc
?:
number
;
btime
?:
number
;
depth
?:
number
;
mate
?:
number
;
movestogo
?:
number
;
movetime
?:
number
;
nodes
?:
number
;
searchmoves
?:
string
[]
;
winc
?:
number
;
wtime
?:
number
;
}
Index
Properties
binc?
btime?
depth?
mate?
movestogo?
movetime?
nodes?
searchmoves?
winc?
wtime?
Properties
Optional
binc
binc
?:
number
Optional
btime
btime
?:
number
Optional
depth
depth
?:
number
Optional
mate
mate
?:
number
Optional
movestogo
movestogo
?:
number
Optional
movetime
movetime
?:
number
Optional
nodes
nodes
?:
number
Optional
searchmoves
searchmoves
?:
string
[]
Optional
winc
winc
?:
number
Optional
wtime
wtime
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
binc
btime
depth
mate
movestogo
movetime
nodes
searchmoves
winc
wtime
@echecs/uci - v3.0.2
Loading...
Parameters for the UCI
gocommand