Click or drag to resize
TablePlayerStack Property
Gets the money, that player has left in his stack.

Namespace: Potbot.Gameplay.Players
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public int Stack { get; protected set; }

Property Value

Type: Int32
The money, that player has left in his stack.

Return Value

Type: Int32
The money, that player has left in his stack.
See Also