frontend
Preparing search index...
api/gameApi
SevensConfigInput
Interface SevensConfigInput
Configuration options for Sevens game settings.
interface
SevensConfigInput
{
cpuStrategy
?:
number
;
endStop
?:
boolean
;
jokerConsecutiveBanned
?:
boolean
;
jokerCount
?:
number
;
jokerReclaim
?:
boolean
;
maxPasses
?:
number
;
noJokerFinish
?:
boolean
;
tunnelEnabled
?:
boolean
;
tunnelSkipWidth
?:
number
;
}
Index
Properties
cpu
Strategy?
end
Stop?
joker
Consecutive
Banned?
joker
Count?
joker
Reclaim?
max
Passes?
no
Joker
Finish?
tunnel
Enabled?
tunnel
Skip
Width?
Properties
Optional
cpu
Strategy
cpuStrategy
?:
number
Optional
end
Stop
endStop
?:
boolean
Optional
joker
Consecutive
Banned
jokerConsecutiveBanned
?:
boolean
Optional
joker
Count
jokerCount
?:
number
Optional
joker
Reclaim
jokerReclaim
?:
boolean
Optional
max
Passes
maxPasses
?:
number
Optional
no
Joker
Finish
noJokerFinish
?:
boolean
Optional
tunnel
Enabled
tunnelEnabled
?:
boolean
Optional
tunnel
Skip
Width
tunnelSkipWidth
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cpu
Strategy
end
Stop
joker
Consecutive
Banned
joker
Count
joker
Reclaim
max
Passes
no
Joker
Finish
tunnel
Enabled
tunnel
Skip
Width
frontend
Loading...
Configuration options for Sevens game settings.