Table of Contents

Class SlotSpinSnapshot

Namespace
S1API.Casino
Assembly
S1API.dll

Immutable state for a slot spin as observed by the current peer.

public sealed class SlotSpinSnapshot
Inheritance
SlotSpinSnapshot
Inherited Members
Extension Methods

Properties

Bet

Gets the bet used for this spin.

public int Bet { get; }

Property Value

int

Outcome

Gets the outcome after completion, or null while spinning.

public SlotOutcome? Outcome { get; }

Property Value

SlotOutcome?

Symbols

Gets the immutable ordered reel symbols.

public IReadOnlyList<SlotSymbol> Symbols { get; }

Property Value

IReadOnlyList<SlotSymbol>

WasStartedByLocalPlayer

Gets whether the native spinner connection belongs to this client.

public bool WasStartedByLocalPlayer { get; }

Property Value

bool

WinAmount

Gets the win amount after completion, or null while spinning.

public int? WinAmount { get; }

Property Value

int?