frontend
Preparing search index...
types/card
SevenCardStudPlayerData
Interface SevenCardStudPlayerData
Player data in Seven Card Stud.
interface
SevenCardStudPlayerData
{
af
:
string
;
allIn
:
boolean
;
bestHand
:
Card
[]
;
chips
:
number
;
currentBet
:
number
;
doorCards
:
Card
[]
;
folded
:
boolean
;
handName
:
string
;
handRank
:
number
;
holeCards
:
Card
[]
;
id
:
number
;
isHuman
:
boolean
;
pfr
:
number
;
playStyleName
:
string
;
threeBet
:
number
;
totalHands
:
number
;
vpip
:
number
;
}
Index
Properties
af
all
In
best
Hand
chips
current
Bet
door
Cards
folded
hand
Name
hand
Rank
hole
Cards
id
is
Human
pfr
play
Style
Name
three
Bet
total
Hands
vpip
Properties
af
af
:
string
all
In
allIn
:
boolean
best
Hand
bestHand
:
Card
[]
chips
chips
:
number
current
Bet
currentBet
:
number
door
Cards
doorCards
:
Card
[]
folded
folded
:
boolean
hand
Name
handName
:
string
hand
Rank
handRank
:
number
hole
Cards
holeCards
:
Card
[]
id
id
:
number
is
Human
isHuman
:
boolean
pfr
pfr
:
number
play
Style
Name
playStyleName
:
string
three
Bet
threeBet
:
number
total
Hands
totalHands
:
number
vpip
vpip
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
af
all
In
best
Hand
chips
current
Bet
door
Cards
folded
hand
Name
hand
Rank
hole
Cards
id
is
Human
pfr
play
Style
Name
three
Bet
total
Hands
vpip
frontend
Loading...
Player data in Seven Card Stud.