SlotMachineReelImage

enum SlotMachineReelImage : Enum<SlotMachineReelImage>

Parameters

text

Is a text representation

number

Internal representation of reel

Entries

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

Properties

name
Link copied to clipboard
common
val name: String
number
Link copied to clipboard
common
val number: Int
Internal representation of reel
ordinal
Link copied to clipboard
common
val ordinal: Int
text
Link copied to clipboard
common
val text: String
Is a text representation