frontend
Preparing search index...
types/card
DoubtResponse
Interface DoubtResponse
Full Doubt game state returned from the API.
interface
DoubtResponse
{
cpuActions
:
DoubtCpuAction
[]
;
cpuDoubters
:
number
[]
;
currentTurn
:
number
;
doubtWindowSec
:
number
;
gameEndFlag
:
boolean
;
humanAction
:
DoubtCpuAction
|
null
;
lastAction
:
DoubtCpuAction
|
null
;
lastDoubtResult
:
DoubtDoubtResult
|
null
;
message
:
string
;
messageCode
?:
string
;
messageParams
?:
Record
<
string
,
string
>
;
metaAI
?:
DoubtMetaAI
;
penaltyDrawLimit
:
number
;
phase
:
0
|
1
|
2
;
players
:
DoubtPlayerData
[]
;
profile
?:
DoubtHumanProfileData
;
tableCardCount
:
number
;
winnerIdx
:
number
;
}
Index
Properties
cpu
Actions
cpu
Doubters
current
Turn
doubt
Window
Sec
game
End
Flag
human
Action
last
Action
last
Doubt
Result
message
message
Code?
message
Params?
meta
AI?
penalty
Draw
Limit
phase
players
profile?
table
Card
Count
winner
Idx
Properties
cpu
Actions
cpuActions
:
DoubtCpuAction
[]
cpu
Doubters
cpuDoubters
:
number
[]
current
Turn
currentTurn
:
number
doubt
Window
Sec
doubtWindowSec
:
number
game
End
Flag
gameEndFlag
:
boolean
human
Action
humanAction
:
DoubtCpuAction
|
null
last
Action
lastAction
:
DoubtCpuAction
|
null
last
Doubt
Result
lastDoubtResult
:
DoubtDoubtResult
|
null
message
message
:
string
Optional
message
Code
messageCode
?:
string
Optional
message
Params
messageParams
?:
Record
<
string
,
string
>
Optional
meta
AI
metaAI
?:
DoubtMetaAI
penalty
Draw
Limit
penaltyDrawLimit
:
number
phase
phase
:
0
|
1
|
2
players
players
:
DoubtPlayerData
[]
Optional
profile
profile
?:
DoubtHumanProfileData
table
Card
Count
tableCardCount
:
number
winner
Idx
winnerIdx
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cpu
Actions
cpu
Doubters
current
Turn
doubt
Window
Sec
game
End
Flag
human
Action
last
Action
last
Doubt
Result
message
message
Code
message
Params
meta
AI
penalty
Draw
Limit
phase
players
profile
table
Card
Count
winner
Idx
frontend
Loading...
Full Doubt game state returned from the API.