Click or drag to resize
TablePlayerWasMyLastMoveInStageARaise Property
Determines whether the last move in the current stage of the current hand was a bet, raise or reraise.

Namespace: Potbot.Gameplay.Players
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public bool WasMyLastMoveInStageARaise { get; }

Return Value

Type: Boolean
True if last move was a bet, raise or reraise, otherwise false.
See Also