frontend
Preparing search index...
types/card
IndianPokerPlayerOutput
Interface IndianPokerPlayerOutput
Indian Poker player data with card, chips, and betting status.
interface
IndianPokerPlayerOutput
{
allIn
:
boolean
;
card
:
Card
|
null
;
cardRank
:
number
;
chips
:
number
;
currentBet
:
number
;
folded
:
boolean
;
id
:
number
;
isHuman
:
boolean
;
playStyleName
:
string
;
}
Index
Properties
all
In
card
card
Rank
chips
current
Bet
folded
id
is
Human
play
Style
Name
Properties
all
In
allIn
:
boolean
card
card
:
Card
|
null
card
Rank
cardRank
:
number
chips
chips
:
number
current
Bet
currentBet
:
number
folded
folded
:
boolean
id
id
:
number
is
Human
isHuman
:
boolean
play
Style
Name
playStyleName
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
all
In
card
card
Rank
chips
current
Bet
folded
id
is
Human
play
Style
Name
frontend
Loading...
Indian Poker player data with card, chips, and betting status.