mwg API
Reference
Overview
Examples
Getting started
Design
FAQ
Preparing search index...
AI
LuaSearchValueAdapter
Interface LuaSearchValueAdapter
interface
LuaSearchValueAdapter
{
toBoolean
:
(
value
:
AIValue
)
=>
boolean
;
toMoves
:
(
value
:
AIValue
)
=>
readonly
AIValue
[]
;
toNumber
:
(
value
:
AIValue
)
=>
number
;
toPlayer
:
(
value
:
AIValue
)
=>
number
;
}
Index
Properties
to
Boolean
to
Moves
to
Number
to
Player
Properties
Readonly
to
Boolean
toBoolean
:
(
value
:
AIValue
)
=>
boolean
Readonly
to
Moves
toMoves
:
(
value
:
AIValue
)
=>
readonly
AIValue
[]
Readonly
to
Number
toNumber
:
(
value
:
AIValue
)
=>
number
Readonly
to
Player
toPlayer
:
(
value
:
AIValue
)
=>
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
to
Boolean
to
Moves
to
Number
to
Player
Reference
Overview
Examples
Getting started
Design
FAQ
mwg API
Loading...