C# Class PsHandler.PokerMath.Player

Show file 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 property

public bool ArePocketCardsOpenfaced
return bool

Bet public property

public decimal Bet
return decimal

IsHero public property

public bool IsHero
return bool

IsInPlay public property

public bool IsInPlay
return bool

PlayerName public property

public string PlayerName
return string

PocketCards public property

public string[] PocketCards
return string[]

Position public property

public PokerEnums.Position Position
return PokerEnums.Position

SeatFromBbToUtg public property

public int SeatFromBbToUtg
return int

SeatFromUtgToBb public property

public int SeatFromUtgToBb
return int

SeatNumber public property

public int SeatNumber
return int

SeatNumberHandHistory public property

public int SeatNumberHandHistory
return int

Stack public property

public decimal Stack
return decimal

Table public property

public Table,PsHandler.PokerMath Table
return Table