TablePlayerSeatNumber Property |
Gets the seat number of the player (0-9). This value does not change during the game. Seats are numbered clockwise beginning with 0 at the middle one in the lower line.
Namespace: Potbot.Gameplay.PlayersAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax public int SeatNumber { get; }
Public ReadOnly Property SeatNumber As Integer
Get
member SeatNumber : int with get
Property Value
Type:
Int32The seat number of the player (0-9). Seats are numbered clockwise beginning with 0 at the middle one in the lower line.
Return Value
Type:
Int32The seat number of the player (0-9). Seats are numbered clockwise beginning with 0 at the middle one in the lower line.
See Also