Click or drag to resize
Card Class
Represents one card.
Inheritance Hierarchy

Namespace: Potbot.Common
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
[SerializableAttribute]
public class Card : MarshalByRefObject

The Card type exposes the following members.

Properties
  NameDescription
Public propertyKevInt
Gets the integer representation of a card. These integers are in Cactus Kev's format.
Public propertyName
Gets the name of the card as a two characters string. First character: 0-9 or T,J,Q,K,A. Second character: H (Hearts), D (Diamonds), S (Spade) or C (Clubs). There are two special cards defined: "CardGestrichen" and "NoCardSelected", that you may never need.
Top
See Also