Preparing search index...
The search index is not available
@hanabi-live/game
@hanabi-live/game
isCardPotentiallyPlayable
Function isCardPotentiallyPlayable
isCardPotentiallyPlayable
(
card
:
CardState
,
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
,
)
:
boolean
Parameters
card
:
CardState
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
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@hanabi-live/game
Loading...