frontend
Preparing search index...
types/card
OhHellPlayerData
Interface OhHellPlayerData
Oh Hell player data with scores.
interface
OhHellPlayerData
{
bid
:
number
;
cardCount
:
number
;
cards
:
Card
[]
;
cumulativeScore
:
number
;
id
:
number
;
isHuman
:
boolean
;
roundScore
:
number
;
trickCount
:
number
;
}
Index
Properties
bid
card
Count
cards
cumulative
Score
id
is
Human
round
Score
trick
Count
Properties
bid
bid
:
number
card
Count
cardCount
:
number
cards
cards
:
Card
[]
cumulative
Score
cumulativeScore
:
number
id
id
:
number
is
Human
isHuman
:
boolean
round
Score
roundScore
:
number
trick
Count
trickCount
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bid
card
Count
cards
cumulative
Score
id
is
Human
round
Score
trick
Count
frontend
Loading...
Oh Hell player data with scores.