frontend
Preparing search index...
types/card
PokerPlayerData
Interface PokerPlayerData
Poker player data including hand, chips, and status.
interface
PokerPlayerData
{
allIn
:
boolean
;
cards
:
Card
[]
;
chips
:
number
;
currentBet
:
number
;
exchangeCount
:
number
;
folded
:
boolean
;
handName
:
string
;
handRank
:
number
;
id
:
number
;
isHuman
:
boolean
;
playStyleName
:
string
;
}
Index
Properties
all
In
cards
chips
current
Bet
exchange
Count
folded
hand
Name
hand
Rank
id
is
Human
play
Style
Name
Properties
all
In
allIn
:
boolean
cards
cards
:
Card
[]
chips
chips
:
number
current
Bet
currentBet
:
number
exchange
Count
exchangeCount
:
number
folded
folded
:
boolean
hand
Name
handName
:
string
hand
Rank
handRank
:
number
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
cards
chips
current
Bet
exchange
Count
folded
hand
Name
hand
Rank
id
is
Human
play
Style
Name
frontend
Loading...
Poker player data including hand, chips, and status.