Table of Contents

Enum GamblingSessionMode

Namespace
S1API.Casino
Assembly
S1API.dll

Defines how long an NPC should continue using a slot machine.

public enum GamblingSessionMode
Extension Methods

Fields

SingleSpin = 0

Play the slot machine exactly once.

SpinCount = 1

Play until a specific number of spins is reached.

UntilBroke = 3

Play until the NPC runs out of cash for the bet amount.

UntilTime = 2

Play until a specific time is reached.

UntilTimeOrBroke = 4

Play until time is reached OR the NPC runs out of cash, whichever comes first.