SlotMachineReelImage

enum SlotMachineReelImage : Enum<SlotMachineReelImage>

Parameters

text

Is a text representation

number

Internal representation of reel

Entries

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

Properties

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