frontend
Preparing search index...
types/card
GoFishCpuAction
Interface GoFishCpuAction
CPU action record in Go Fish.
interface
GoFishCpuAction
{
askPlayerIdx
:
number
;
askRank
:
number
;
askTargetIdx
:
number
;
bookFormed
:
boolean
;
bookRank
:
number
;
cardsReceived
:
number
;
drawnCard
:
Card
|
null
;
success
:
boolean
;
}
Index
Properties
ask
Player
Idx
ask
Rank
ask
Target
Idx
book
Formed
book
Rank
cards
Received
drawn
Card
success
Properties
ask
Player
Idx
askPlayerIdx
:
number
ask
Rank
askRank
:
number
ask
Target
Idx
askTargetIdx
:
number
book
Formed
bookFormed
:
boolean
book
Rank
bookRank
:
number
cards
Received
cardsReceived
:
number
drawn
Card
drawnCard
:
Card
|
null
success
success
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ask
Player
Idx
ask
Rank
ask
Target
Idx
book
Formed
book
Rank
cards
Received
drawn
Card
success
frontend
Loading...
CPU action record in Go Fish.