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