frontend
Preparing search index...
types/card
DaifugoResponse
Interface DaifugoResponse
Full Daifugo game state returned from the API.
interface
DaifugoResponse
{
config
:
DaifugoConfig
;
cpuActions
:
DaifugoAction
[]
;
currentTurn
:
number
;
elevenBackActive
:
boolean
;
exchangeActions
:
DaifugoExchangeAction
[]
;
gameEndFlag
:
boolean
;
humanAction
:
DaifugoAction
|
null
;
lastPlayPlayerIdx
:
number
;
lockedSuit
:
string
;
message
:
string
;
messageCode
?:
string
;
messageParams
?:
Record
<
string
,
string
>
;
numberLocked
:
boolean
;
pendingAction
:
"none"
|
"sevenPass"
|
"tenDiscard"
|
"queenBomber"
;
pendingActionTarget
:
number
;
players
:
DaifugoPlayerData
[]
;
reverseDirection
:
boolean
;
revolutionActive
:
boolean
;
sequenceLocked
:
boolean
;
sortMode
:
number
;
suitLocked
:
boolean
;
tableCards
:
Card
[]
;
tableIsSequence
:
boolean
;
}
Index
Properties
config
cpu
Actions
current
Turn
eleven
Back
Active
exchange
Actions
game
End
Flag
human
Action
last
Play
Player
Idx
locked
Suit
message
message
Code?
message
Params?
number
Locked
pending
Action
pending
Action
Target
players
reverse
Direction
revolution
Active
sequence
Locked
sort
Mode
suit
Locked
table
Cards
table
Is
Sequence
Properties
config
config
:
DaifugoConfig
cpu
Actions
cpuActions
:
DaifugoAction
[]
current
Turn
currentTurn
:
number
eleven
Back
Active
elevenBackActive
:
boolean
exchange
Actions
exchangeActions
:
DaifugoExchangeAction
[]
game
End
Flag
gameEndFlag
:
boolean
human
Action
humanAction
:
DaifugoAction
|
null
last
Play
Player
Idx
lastPlayPlayerIdx
:
number
locked
Suit
lockedSuit
:
string
message
message
:
string
Optional
message
Code
messageCode
?:
string
Optional
message
Params
messageParams
?:
Record
<
string
,
string
>
number
Locked
numberLocked
:
boolean
pending
Action
pendingAction
:
"none"
|
"sevenPass"
|
"tenDiscard"
|
"queenBomber"
pending
Action
Target
pendingActionTarget
:
number
players
players
:
DaifugoPlayerData
[]
reverse
Direction
reverseDirection
:
boolean
revolution
Active
revolutionActive
:
boolean
sequence
Locked
sequenceLocked
:
boolean
sort
Mode
sortMode
:
number
suit
Locked
suitLocked
:
boolean
table
Cards
tableCards
:
Card
[]
table
Is
Sequence
tableIsSequence
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
cpu
Actions
current
Turn
eleven
Back
Active
exchange
Actions
game
End
Flag
human
Action
last
Play
Player
Idx
locked
Suit
message
message
Code
message
Params
number
Locked
pending
Action
pending
Action
Target
players
reverse
Direction
revolution
Active
sequence
Locked
sort
Mode
suit
Locked
table
Cards
table
Is
Sequence
frontend
Loading...
Full Daifugo game state returned from the API.