Click or drag to resize
BridgeGetBridgeCard Method
Returns the Card with the specified index.

Namespace: Potbot.Common
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public Card GetBridgeCard(
	int inwhich
)

Parameters

inwhich
Type: SystemInt32
The zero based index of the card of the board you want to get (0-4).

Return Value

Type: Card
The selected card of the board or an invalid card with KevInt = -1 if there is no card at the selected index. Will throw an error if the index is out of range.
See Also