frontend
Preparing search index...
types/card
DoubtCpuAction
Interface DoubtCpuAction
CPU play action in Doubt with bluff information.
interface
DoubtCpuAction
{
cardCount
:
number
;
claimedValue
:
number
;
hasTell
?:
boolean
;
hesitationMs
?:
number
;
isBluff
:
boolean
;
playerIdx
:
number
;
}
Index
Properties
card
Count
claimed
Value
has
Tell?
hesitation
Ms?
is
Bluff
player
Idx
Properties
card
Count
cardCount
:
number
claimed
Value
claimedValue
:
number
Optional
has
Tell
hasTell
?:
boolean
Optional
hesitation
Ms
hesitationMs
?:
number
is
Bluff
isBluff
:
boolean
player
Idx
playerIdx
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
card
Count
claimed
Value
has
Tell
hesitation
Ms
is
Bluff
player
Idx
frontend
Loading...
CPU play action in Doubt with bluff information.