PokéRogue
    Preparing search index...

    A basic abstract class to act as a holder and processor for UI elements.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    active: boolean = false
    appVersionText: Text
    blockInput: boolean
    config: null | OptionSelectConfig
    cursor: number = 0
    defaultTextStyle: TextStyle = TextStyle.WINDOW
    eventDisplay: TimedEventDisplay
    fullCursor: number = 0
    mode: null | number
    optionSelectBg: NineSlice
    optionSelectContainer: Container
    optionSelectIcons: Sprite[]
    optionSelectText: BBCodeText
    optionSelectTextContainer: Container
    playerCountLabel: Text
    scale: number = 0.1666666667
    scrollCursor: number = 0
    splashMessage: string
    splashMessageText: Text
    textContent: string
    titleContainer: Container
    titleStatsTimer: null | Timeout
    unskippedIndices: number[] = []
    BATTLES_WON_FALLBACK: number = -1

    If the stats can not be retrieved, use this fallback value

    Methods