Enum GamblingSessionMode
Defines how long an NPC should continue using a slot machine.
public enum GamblingSessionMode
- Extension Methods
Fields
SingleSpin = 0Play the slot machine exactly once.
SpinCount = 1Play until a specific number of spins is reached.
UntilBroke = 3Play until the NPC runs out of cash for the bet amount.
UntilTime = 2Play until a specific time is reached.
UntilTimeOrBroke = 4Play until time is reached OR the NPC runs out of cash, whichever comes first.