Class CasinoPlayerSnapshot
Immutable player state captured from a casino table.
public sealed class CasinoPlayerSnapshot
- Inheritance
-
CasinoPlayerSnapshot
- Inherited Members
- Extension Methods
Properties
IsReady
Gets whether the player has marked themselves ready.
public bool IsReady { get; }
Property Value
Name
Gets the current native player name.
public string Name { get; }
Property Value
Player
Gets the S1API player wrapper when that player has completed S1API initialization.
public Player? Player { get; }
Property Value
Score
Gets the synchronized score stored by the table.
public int Score { get; }
Property Value
SeatIndex
Gets the zero-based table seat index.
public int SeatIndex { get; }