Table of Contents

Class CasinoPlayerSnapshot

Namespace
S1API.Casino
Assembly
S1API.dll

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

bool

Name

Gets the current native player name.

public string Name { get; }

Property Value

string

Player

Gets the S1API player wrapper when that player has completed S1API initialization.

public Player? Player { get; }

Property Value

Player

Score

Gets the synchronized score stored by the table.

public int Score { get; }

Property Value

int

SeatIndex

Gets the zero-based table seat index.

public int SeatIndex { get; }

Property Value

int