C# Class PsHandler.PokerMath.Player

Afficher le fichier Open project: kampiuceris/PsHandler Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
CollectChipsFromPot ( decimal amount ) : void
Fold ( ) : void
PutChips ( decimal amount ) : void
PutChipsInTotal ( decimal amountInTotal ) : decimal
ToString ( ) : string
UnFold ( ) : void

Method Details

CollectChipsFromPot() public méthode

public CollectChipsFromPot ( decimal amount ) : void
amount decimal
Résultat void

Fold() public méthode

public Fold ( ) : void
Résultat void

PutChips() public méthode

public PutChips ( decimal amount ) : void
amount decimal
Résultat void

PutChipsInTotal() public méthode

public PutChipsInTotal ( decimal amountInTotal ) : decimal
amountInTotal decimal
Résultat decimal

ToString() public méthode

public ToString ( ) : string
Résultat string

UnFold() public méthode

public UnFold ( ) : void
Résultat void

Property Details

ArePocketCardsOpenfaced public_oe property

public bool ArePocketCardsOpenfaced
Résultat bool

Bet public_oe property

public decimal Bet
Résultat decimal

IsHero public_oe property

public bool IsHero
Résultat bool

IsInPlay public_oe property

public bool IsInPlay
Résultat bool

PlayerName public_oe property

public string PlayerName
Résultat string

PocketCards public_oe property

public string[] PocketCards
Résultat string[]

Position public_oe property

public PokerEnums.Position Position
Résultat PokerEnums.Position

SeatFromBbToUtg public_oe property

public int SeatFromBbToUtg
Résultat int

SeatFromUtgToBb public_oe property

public int SeatFromUtgToBb
Résultat int

SeatNumber public_oe property

public int SeatNumber
Résultat int

SeatNumberHandHistory public_oe property

public int SeatNumberHandHistory
Résultat int

Stack public_oe property

public decimal Stack
Résultat decimal

Table public_oe property

public Table,PsHandler.PokerMath Table
Résultat Table