TablePlayerWasMyLastMoveInStageARaise Property |
Determines whether the last move in the current stage of the current hand was a bet, raise or reraise.
Namespace: Potbot.Gameplay.PlayersAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxpublic bool WasMyLastMoveInStageARaise { get; }
Public ReadOnly Property WasMyLastMoveInStageARaise As Boolean
Get
member WasMyLastMoveInStageARaise : bool with get
Return Value
Type:
BooleanTrue if last move was a bet, raise or reraise, otherwise false.
See Also