C# Class PsHandler.Hud.TableHud

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

Méthodes publiques

Свойство Type Description
PokerType PsHandler.PokerTypes.PokerType
Table PsHandler.PokerMath.Table
TableSize PokerEnums.TableSize
WindowTimer WindowTimer
WindowsBigBlind PsHandler.Hud.WindowBigBlind[]

Méthodes publiques

Méthode Description
Dispose ( ) : void
TableHud ( Table table ) : System

Private Methods

Méthode Description
GetContentBigBlind ( Tournament tournament, decimal sb, decimal bb, decimal ante, decimal &value, bool &visibility, bool &isHero, string &tooltip ) : void
GetContentTimer ( string title, string className, Tournament tournament, decimal sb, decimal bb, string &value, bool &visibility ) : void
GetInfo ( string title, decimal &sb, decimal &bb, decimal &ante, long &toutnamentNumber ) : bool
MapToPreferredSeat ( PokerEnums tableSize, int heroSeat, int seat ) : int

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

TableHud() public méthode

public TableHud ( Table table ) : System
table PsHandler.PokerMath.Table
Résultat System

Property Details

PokerType public_oe property

public PokerType,PsHandler.PokerTypes PokerType
Résultat PsHandler.PokerTypes.PokerType

Table public_oe property

public Table,PsHandler.PokerMath Table
Résultat PsHandler.PokerMath.Table

TableSize public_oe property

public PokerEnums.TableSize TableSize
Résultat PokerEnums.TableSize

WindowTimer public_oe property

public WindowTimer,PsHandler.Hud WindowTimer
Résultat WindowTimer

WindowsBigBlind public_oe property

public WindowBigBlind[],PsHandler.Hud WindowsBigBlind
Résultat PsHandler.Hud.WindowBigBlind[]