Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PokerHandResult

Hierarchy

  • PokerHandResult

Index

Constructors

constructor

Properties

cards

cards: PlayingCard[] = []

All cards used to determine result.

cardsUsed

cardsUsed: PlayingCard[] = []

Cards in result.

handType

handType: PokerHandType | undefined

Type of hand created with cardsUsed.

rankSet

rankSet: IRankSet

RankSet used to help determine highest ranked kickers not used in hand score

value

value: number = 0

Comparable value of current hand to rank above or below another PokerHandResult.

Accessors

kickers

scoringHandCardNames

  • get scoringHandCardNames(): CardName[]

Methods

setHandType

toString

  • toString(): string

Generated using TypeDoc