frontend
Preparing search index...
types/card
PokerResult
Interface PokerResult
Poker round result for a single player.
interface
PokerResult
{
handName
:
string
;
handRank
:
number
;
kickers
:
string
;
playerIdx
:
number
;
wonAmount
:
number
;
}
Index
Properties
hand
Name
hand
Rank
kickers
player
Idx
won
Amount
Properties
hand
Name
handName
:
string
hand
Rank
handRank
:
number
kickers
kickers
:
string
player
Idx
playerIdx
:
number
won
Amount
wonAmount
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hand
Name
hand
Rank
kickers
player
Idx
won
Amount
frontend
Loading...
Poker round result for a single player.