TablePlayer.GetOwesPotts Property |
Gets the money that player needs to call.
Namespace: Potbot.Gameplay.PlayersAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxpublic int GetOwesPotts { get; }
Public ReadOnly Property GetOwesPotts As Integer
Get
member GetOwesPotts : int with get
Property Value
Type:
Int32The money that player needs to call.
Return Value
Type:
Int32The money that player needs to call.
See Also