AiCurrentHandState Property |
Returns the CurrentHandState object, with various methods/properties with information about the current hand.
Namespace: Potbot.Gameplay.AisAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax protected CurrentHandState CurrentHandState { get; }
Protected ReadOnly Property CurrentHandState As CurrentHandState
Get
member CurrentHandState : CurrentHandState with get
Return Value
Type:
CurrentHandStateA reference to the
CurrentHandState object.
Remarks See Also