SlotMachineReelImage

enum SlotMachineReelImage : Enum<SlotMachineReelImage>

Parameters

text

Is a text representation

number

Internal representation of reel

Entries

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

Properties

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