frontend
Preparing search index...
utils/sevensUtils
isPositionPlayable
Function isPositionPlayable
isPositionPlayable
(
tablePlaced
:
number
[]
,
suit
:
number
,
value
:
number
,
tunnelEnabled
:
boolean
,
endStopEnabled
:
boolean
,
tunnelSkipWidth
?:
number
,
)
:
boolean
Check if a board position can accept a card placement.
Parameters
tablePlaced
:
number
[]
suit
:
number
value
:
number
tunnelEnabled
:
boolean
endStopEnabled
:
boolean
tunnelSkipWidth
:
number
= 0
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Check if a board position can accept a card placement.