MoveFromPlayerValueOfMove Property |
Returns the amount of money that was involved with that move. E.g.: The amount of money that the player put from his stack to the pot(s). In case of a fold or check this value is 0.
Namespace: Potbot.GameplayAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxpublic int ValueOfMove { get; }
Public ReadOnly Property ValueOfMove As Integer
Get
member ValueOfMove : int with get
Return Value
Type:
Int32The amount of money that the player put from his stack to the pot(s).
See Also