BridgeGetBridgeCard Method |
Returns the
Card with the specified index.
Namespace: Potbot.CommonAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax public Card GetBridgeCard(
int inwhich
)
Public Function GetBridgeCard (
inwhich As Integer
) As Card
member GetBridgeCard :
inwhich : int -> Card
Parameters
- inwhich
- Type: SystemInt32
The zero based index of the card of the board you want to get (0-4).
Return Value
Type:
CardThe 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