PotsManagerSizeOfAllPots Property |
Returns the money that is currently in pots (main- and sidepots)
Namespace: Potbot.GameplayAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxpublic int SizeOfAllPots { get; }
Public ReadOnly Property SizeOfAllPots As Integer
Get
member SizeOfAllPots : int with get
Property Value
Type:
Int32The money that is currently in pots (main- and sidepots)
Return Value
Type:
Int32The money that is currently in pots (main- and sidepots)
See Also