Click or drag to resize
AiPocketcard Property
Returns the pocketcard you specify, that you got dealt.

Namespace: Potbot.Gameplay.Ais
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
protected Card this[
	int inWhich
] { get; }

Parameters

inWhich
Type: SystemInt32
Only 0 or 1 allowed. Specify 0 for the first and 1 for the second pocketcard.

Return Value

Type: Card
A Card object."
See Also