Preparing search index...
The search index is not available
@hanabi-live/game
@hanabi-live/game
getCardsGottenByNotes
Function getCardsGottenByNotes
getCardsGottenByNotes
(
deck
:
readonly
CardState
[]
,
playStacks
:
Readonly
<
Tuple
<
readonly
CardOrder
[]
,
NumSuits
>
>
,
playStackDirections
:
Readonly
<
Tuple
<
StackDirection
,
NumSuits
>
>
,
playStackStarts
:
Readonly
<
Tuple
<
null
|
7
|
3
|
1
|
2
|
4
|
5
,
NumSuits
>
>
,
variant
:
Variant
,
notes
:
readonly
CardNote
[]
,
)
:
number
Parameters
deck
:
readonly
CardState
[]
playStacks
:
Readonly
<
Tuple
<
readonly
CardOrder
[]
,
NumSuits
>
>
playStackDirections
:
Readonly
<
Tuple
<
StackDirection
,
NumSuits
>
>
playStackStarts
:
Readonly
<
Tuple
<
null
|
7
|
3
|
1
|
2
|
4
|
5
,
NumSuits
>
>
variant
:
Variant
notes
:
readonly
CardNote
[]
Returns
number
The number of cards that are only gotten by notes and are not gotten by real clues.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@hanabi-live/game
Loading...