Table of Contents

Class CasinoGameTable

Namespace
S1API.Casino
Assembly
S1API.dll

Read-only managed view of a native multiplayer casino table.

public abstract class CasinoGameTable
Inheritance
CasinoGameTable
Derived
Inherited Members
Extension Methods

Properties

BetLimits

Gets the native minimum and maximum bet.

public CasinoBetLimits BetLimits { get; }

Property Value

CasinoBetLimits

IsOpen

Gets whether this table's interface is open for the local player.

public bool IsOpen { get; }

Property Value

bool

IsWaitingForPlayers

Gets whether the table is currently accepting ready players.

public bool IsWaitingForPlayers { get; }

Property Value

bool

LocalBet

Gets the local player's currently selected bet.

public float LocalBet { get; }

Property Value

float

Name

Gets the scene object name.

public string Name { get; }

Property Value

string

Players

Gets an immutable snapshot of players currently seated at the table.

public IReadOnlyList<CasinoPlayerSnapshot> Players { get; }

Property Value

IReadOnlyList<CasinoPlayerSnapshot>

Position

Gets the current world position.

public Vector3 Position { get; }

Property Value

Vector3