frontend
Preparing search index...
utils/sevensUtils
isCardPlayable
Function isCardPlayable
isCardPlayable
(
card
:
Card
,
tablePlaced
:
number
[]
,
tunnelEnabled
:
boolean
,
noJokerFinish
:
boolean
,
allCards
:
Card
[]
,
endStopEnabled
:
boolean
,
jokerConsecutiveBanned
:
boolean
,
lastPlayedJoker
:
boolean
,
tunnelSkipWidth
?:
number
,
)
:
boolean
Check if a specific card can be played in Sevens.
Parameters
card
:
Card
tablePlaced
:
number
[]
tunnelEnabled
:
boolean
noJokerFinish
:
boolean
allCards
:
Card
[]
endStopEnabled
:
boolean
jokerConsecutiveBanned
:
boolean
lastPlayedJoker
:
boolean
tunnelSkipWidth
:
number
= 0
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Check if a specific card can be played in Sevens.