Link Search Menu Expand Document

Window_DebugRange.d overview


Table of contents


utils

Window_DebugRange (class)

Window_DebugRange

The window for selecting a block of switches/variables on the debug screen.

Signature

export declare class Window_DebugRange {
  constructor(rect: Rectangle)
}

maxItems (method)

Signature

maxItems(): number

update (method)

Signature

update(): void

mode (method)

Signature

mode(index?: number): "switch" | "variable"

topId (method)

Signature

topId(index: number): number

isSwitchMode (method)

Signature

isSwitchMode(index?: number): boolean

drawItem (method)

Signature

drawItem(index: number): void

isCancelTriggered (method)

Signature

isCancelTriggered(): boolean

processCancel (method)

Signature

processCancel(): void

setEditWindow (method)

Signature

setEditWindow(editWindow: Window_DebugEdit): void

_maxSwitches (property)

Signature

_maxSwitches: number

_maxVariables (property)

Signature

_maxVariables: number

_editWindow (property)

Signature

_editWindow: Window_DebugEdit | undefined