SlotMachineReelImage

enum SlotMachineReelImage : Enum<SlotMachineReelImage>

Parameters

text

Is a text representation

number

Internal representation of reel

Entries

SEVEN
Link copied to clipboard
SEVEN("7", 3)
LEMON
Link copied to clipboard
LEMON("", 2)
BERRIES
Link copied to clipboard
BERRIES("", 1)
BAR
Link copied to clipboard
BAR("[bar]", 0)

Properties

name
Link copied to clipboard
val name: String
number
Link copied to clipboard
val number: Int
ordinal
Link copied to clipboard
val ordinal: Int
text
Link copied to clipboard
val text: String