C# Class PsHandler.PokerMath.Player

ファイルを表示 Open project: kampiuceris/PsHandler Class Usage Examples

Public Properties

Property Type Description
ArePocketCardsOpenfaced bool
Bet decimal
IsHero bool
IsInPlay bool
PlayerName string
PocketCards string[]
Position PokerEnums.Position
SeatFromBbToUtg int
SeatFromUtgToBb int
SeatNumber int
SeatNumberHandHistory int
Stack decimal
Table Table

Public Methods

Method Description
CollectChipsFromPot ( decimal amount ) : void
Fold ( ) : void
PutChips ( decimal amount ) : void
PutChipsInTotal ( decimal amountInTotal ) : decimal
ToString ( ) : string
UnFold ( ) : void

Method Details

CollectChipsFromPot() public method

public CollectChipsFromPot ( decimal amount ) : void
amount decimal
return void

Fold() public method

public Fold ( ) : void
return void

PutChips() public method

public PutChips ( decimal amount ) : void
amount decimal
return void

PutChipsInTotal() public method

public PutChipsInTotal ( decimal amountInTotal ) : decimal
amountInTotal decimal
return decimal

ToString() public method

public ToString ( ) : string
return string

UnFold() public method

public UnFold ( ) : void
return void

Property Details

ArePocketCardsOpenfaced public_oe property

public bool ArePocketCardsOpenfaced
return bool

Bet public_oe property

public decimal Bet
return decimal

IsHero public_oe property

public bool IsHero
return bool

IsInPlay public_oe property

public bool IsInPlay
return bool

PlayerName public_oe property

public string PlayerName
return string

PocketCards public_oe property

public string[] PocketCards
return string[]

Position public_oe property

public PokerEnums.Position Position
return PokerEnums.Position

SeatFromBbToUtg public_oe property

public int SeatFromBbToUtg
return int

SeatFromUtgToBb public_oe property

public int SeatFromUtgToBb
return int

SeatNumber public_oe property

public int SeatNumber
return int

SeatNumberHandHistory public_oe property

public int SeatNumberHandHistory
return int

Stack public_oe property

public decimal Stack
return decimal

Table public_oe property

public Table,PsHandler.PokerMath Table
return Table