Свойство | 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 |
Méthode | Description | |
---|---|---|
CollectChipsFromPot ( decimal amount ) : void | ||
Fold ( ) : void | ||
PutChips ( decimal amount ) : void | ||
PutChipsInTotal ( decimal amountInTotal ) : decimal | ||
ToString ( ) : string | ||
UnFold ( ) : void |
public CollectChipsFromPot ( decimal amount ) : void | ||
amount | decimal | |
Résultat | void |
public PutChipsInTotal ( decimal amountInTotal ) : decimal | ||
amountInTotal | decimal | |
Résultat | decimal |