Search
Preparing search index...
The search index is not available
typedeck
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
PokerScoreService
Class PokerScoreService
Hierarchy
PokerScoreService
Implements
IPokerScoreService
Index
Methods
get
Score
Rank
score
Cards
score
Hand
score
Players
Methods
get
Score
Rank
get
Score
Rank
(
result
:
PokerHandResult
)
:
number
Parameters
result:
PokerHandResult
Returns
number
score
Cards
score
Cards
(
cards
:
PlayingCard
[]
, communityCards
?:
PlayingCard
[]
)
:
PokerHandResult
Parameters
cards:
PlayingCard
[]
Default value
communityCards:
PlayingCard
[]
= []
Returns
PokerHandResult
score
Hand
score
Hand
(
hand
:
IHand
, communityCards
?:
PlayingCard
[]
)
:
PokerHandResult
Parameters
hand:
IHand
Default value
communityCards:
PlayingCard
[]
= []
Returns
PokerHandResult
score
Players
score
Players
(
players
:
IPlayer
[]
, communityCards
?:
PlayingCard
[]
)
:
IndexedMap
<
IPlayer
,
PokerHandResult
>
Parameters
players:
IPlayer
[]
Default value
communityCards:
PlayingCard
[]
= []
Returns
IndexedMap
<
IPlayer
,
PokerHandResult
>
Globals
Poker
Score
Service
get
Score
Rank
score
Cards
score
Hand
score
Players
Generated using
TypeDoc