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
    awaitingActionInput: boolean
    COLUMNS: 11
    cursor: number = 0
    cursorObj: Image
    eggDateText: Text
    eggGachaInfoText: Text
    eggHatchWavesText: Text
    eggIcons: Sprite[]
    eggListContainer: Container
    eggListIconContainer: Container
    eggListMessageBoxContainer: Container
    eggNameText: Text
    eggSprite: Sprite
    iconAnimHandler: PokemonIconAnimHelper
    message: Text
    mode: null | number
    onActionInput: null | Function
    pendingPrompt: boolean
    prompt: Sprite
    ROWS: 9
    scrollGridHandler: ScrollableGridHelper
    textCallbackTimer: null | TimerEvent
    textTimer: null | TimerEvent
    tutorialActive: boolean = false
    tutorialOverlay: Rectangle

    Methods

    • Update the information panel with the information of the given egg

      Parameters

      • index: number

        which egg in the list to display the info for

      Returns void

    • Parameters

      • text: string
      • Optional_name: string
      • Optionaldelay: null | number
      • Optionalcallback: null | Function
      • OptionalcallbackDelay: null | number
      • Optionalprompt: null | boolean
      • OptionalpromptDelay: null | number

      Returns void

    • Parameters

      • text: string
      • Optionaldelay: null | number
      • Optionalcallback: null | Function
      • OptionalcallbackDelay: null | number
      • Optionalprompt: null | boolean
      • OptionalpromptDelay: null | number

      Returns void