Returns the pocketcard you specify, that you got dealt.
Namespace: Potbot.Gameplay.AisAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxprotected Card this[
int inWhich
] { get; }
Protected ReadOnly Property Pocketcard (
inWhich As Integer
) As Card
Get
member Pocketcard : Card with get
Parameters
- inWhich
- Type: SystemInt32
Only 0 or 1 allowed. Specify 0 for the first and 1 for the second pocketcard.
Return Value
Type:
CardA
Card object."
See Also