frontend
Preparing search index...
types/card
GoFishLastAsk
Interface GoFishLastAsk
Information about the last ask action in Go Fish.
interface
GoFishLastAsk
{
bookFormed
:
boolean
;
bookRank
:
number
;
cardsReceived
:
Card
[]
;
drawnCard
:
Card
|
null
;
playerIdx
:
number
;
rank
:
number
;
success
:
boolean
;
targetIdx
:
number
;
}
Index
Properties
book
Formed
book
Rank
cards
Received
drawn
Card
player
Idx
rank
success
target
Idx
Properties
book
Formed
bookFormed
:
boolean
book
Rank
bookRank
:
number
cards
Received
cardsReceived
:
Card
[]
drawn
Card
drawnCard
:
Card
|
null
player
Idx
playerIdx
:
number
rank
rank
:
number
success
success
:
boolean
target
Idx
targetIdx
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
book
Formed
book
Rank
cards
Received
drawn
Card
player
Idx
rank
success
target
Idx
frontend
Loading...
Information about the last ask action in Go Fish.