frontend
Preparing search index...
types/card
NapoleonPlayerData
Interface NapoleonPlayerData
Napoleon player data with bid, roles, scores, and picture card count.
interface
NapoleonPlayerData
{
adjutantRevealed
:
boolean
;
bid
:
number
;
cardCount
:
number
;
cards
:
Card
[]
;
cumulativeScore
:
number
;
id
:
number
;
isAdjutant
:
boolean
;
isHuman
:
boolean
;
isNapoleon
:
boolean
;
pictureCards
:
number
;
roundScore
:
number
;
trickCount
:
number
;
}
Index
Properties
adjutant
Revealed
bid
card
Count
cards
cumulative
Score
id
is
Adjutant
is
Human
is
Napoleon
picture
Cards
round
Score
trick
Count
Properties
adjutant
Revealed
adjutantRevealed
:
boolean
bid
bid
:
number
card
Count
cardCount
:
number
cards
cards
:
Card
[]
cumulative
Score
cumulativeScore
:
number
id
id
:
number
is
Adjutant
isAdjutant
:
boolean
is
Human
isHuman
:
boolean
is
Napoleon
isNapoleon
:
boolean
picture
Cards
pictureCards
:
number
round
Score
roundScore
:
number
trick
Count
trickCount
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
adjutant
Revealed
bid
card
Count
cards
cumulative
Score
id
is
Adjutant
is
Human
is
Napoleon
picture
Cards
round
Score
trick
Count
frontend
Loading...
Napoleon player data with bid, roles, scores, and picture card count.