frontend
Preparing search index...
types/card
CpuAction
Interface CpuAction
CPU draw/discard action in Old Maid.
interface
CpuAction
{
discardedCards
?:
Card
[]
;
discardedPairs
:
number
;
drawFromIdx
:
number
;
drawnCard
:
Card
|
null
;
drawPlayerIdx
:
number
;
hesitationMs
?:
number
;
}
Index
Properties
discarded
Cards?
discarded
Pairs
draw
From
Idx
drawn
Card
draw
Player
Idx
hesitation
Ms?
Properties
Optional
discarded
Cards
discardedCards
?:
Card
[]
discarded
Pairs
discardedPairs
:
number
draw
From
Idx
drawFromIdx
:
number
drawn
Card
drawnCard
:
Card
|
null
draw
Player
Idx
drawPlayerIdx
:
number
Optional
hesitation
Ms
hesitationMs
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
discarded
Cards
discarded
Pairs
draw
From
Idx
drawn
Card
draw
Player
Idx
hesitation
Ms
frontend
Loading...
CPU draw/discard action in Old Maid.