TablePlayerStack Property |
Gets the money, that player has left in his stack.
Namespace: Potbot.Gameplay.PlayersAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxpublic int Stack { get; protected set; }
Public Property Stack As Integer
Get
Protected Set
member Stack : int with get, set
Property Value
Type:
Int32The money, that player has left in his stack.
Return Value
Type:
Int32The money, that player has left in his stack.
See Also