frontend
Preparing search index...
types/card
IndianPokerResponse
Interface IndianPokerResponse
Full Indian Poker game state returned from the API.
interface
IndianPokerResponse
{
actionLog
?:
ActionLogEntry
[]
;
ante
:
number
;
bettingLimit
:
number
;
cpuActions
:
IndianPokerCpuActionOutput
[]
;
currentTurn
:
number
;
dealerIdx
:
number
;
gameEndFlag
:
boolean
;
handCount
:
number
;
lastBet
:
number
;
maxBetAmount
:
number
;
message
:
string
;
messageCode
?:
string
;
messageParams
?:
Record
<
string
,
string
>
;
metaAI
?:
IndianPokerMetaAI
;
minRaise
:
number
;
phase
:
number
;
players
:
IndianPokerPlayerOutput
[]
;
pot
:
number
;
profile
?:
IndianPokerHumanProfileData
;
raiseCount
:
number
;
roundResults
:
IndianPokerResultOutput
[]
;
sidePots
:
IndianPokerSidePot
[]
;
}
Index
Properties
action
Log?
ante
betting
Limit
cpu
Actions
current
Turn
dealer
Idx
game
End
Flag
hand
Count
last
Bet
max
Bet
Amount
message
message
Code?
message
Params?
meta
AI?
min
Raise
phase
players
pot
profile?
raise
Count
round
Results
side
Pots
Properties
Optional
action
Log
actionLog
?:
ActionLogEntry
[]
ante
ante
:
number
betting
Limit
bettingLimit
:
number
cpu
Actions
cpuActions
:
IndianPokerCpuActionOutput
[]
current
Turn
currentTurn
:
number
dealer
Idx
dealerIdx
:
number
game
End
Flag
gameEndFlag
:
boolean
hand
Count
handCount
:
number
last
Bet
lastBet
:
number
max
Bet
Amount
maxBetAmount
:
number
message
message
:
string
Optional
message
Code
messageCode
?:
string
Optional
message
Params
messageParams
?:
Record
<
string
,
string
>
Optional
meta
AI
metaAI
?:
IndianPokerMetaAI
min
Raise
minRaise
:
number
phase
phase
:
number
players
players
:
IndianPokerPlayerOutput
[]
pot
pot
:
number
Optional
profile
profile
?:
IndianPokerHumanProfileData
raise
Count
raiseCount
:
number
round
Results
roundResults
:
IndianPokerResultOutput
[]
side
Pots
sidePots
:
IndianPokerSidePot
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Log
ante
betting
Limit
cpu
Actions
current
Turn
dealer
Idx
game
End
Flag
hand
Count
last
Bet
max
Bet
Amount
message
message
Code
message
Params
meta
AI
min
Raise
phase
players
pot
profile
raise
Count
round
Results
side
Pots
frontend
Loading...
Full Indian Poker game state returned from the API.