Click or drag to resize
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.Gameplay
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public int ValueOfMove { get; }

Return Value

Type: Int32
The amount of money that the player put from his stack to the pot(s).
See Also