Click or drag to resize
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.Players
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public int SeatNumber { get; }

Property Value

Type: Int32
The 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: Int32
The seat number of the player (0-9). Seats are numbered clockwise beginning with 0 at the middle one in the lower line.
See Also