pokemon-rogue-battle
    Preparing search index...

    Class representing the settings UI handler for keyboards.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    actionsBg: NineSlice
    active: boolean = false
    bindingSettings: string[]
    commonSettingsCount: any
    configs: any
    cursor: number = 0
    cursorObj: null | NineSlice
    device: Device
    inputsIcons: InputsIcons
    keys: string[]
    layout: Map<string, LayoutConfig> = ...
    localStoragePropertyName: any
    mode: null | number
    navigationContainer: default
    navigationIcons: InputsIcons
    optionCursors: number[]
    optionsBg: NineSlice
    optionsContainer: Container
    optionValueLabels: Text[][]
    rowsToDisplay: number
    scrollBar: ScrollBar
    scrollCursor: number
    setSetting: (setting: SettingKeyboard, value: number) => boolean = setSettingKeyboard
    setting: any
    settingBlacklisted: any
    settingDeviceDefaults: any
    settingDeviceOptions: any
    settingLabels: Text[]
    settingsContainer: Container
    textureOverride: any
    titleSelected: any

    Methods

    • To be implemented by individual handlers when necessary to free memory Called when BattleScene is reset

      Returns void

    • Set the option cursor to the specified position.

      Parameters

      • settingIndex: number

        The index of the setting.

      • cursor: number

        The cursor position to set.

      • Optionalsave: boolean

        Whether to save the setting to local storage.

      Returns boolean

      true if the option cursor was set successfully.