Window_DebugEdit.d overview
Table of contents
utils
Window_DebugEdit (class)
Window_DebugEdit
The window for displaying switches and variables on the debug screen.
Signature
export declare class Window_DebugEdit {
constructor(rect: Rectangle)
}
maxItems (method)
Signature
maxItems(): number
drawItem (method)
Signature
drawItem(index: number): void
itemName (method)
Signature
itemName(dataId: SwitchID | VariableID): string
itemStatus (method)
Signature
itemStatus(dataId: SwitchID | VariableID): string
setMode (method)
Signature
setMode(mode: "switch" | "variable"): void
setTopId (method)
Signature
setTopId(id: SwitchID | VariableID): void
currentId (method)
Signature
currentId(): number
update (method)
Signature
update(): void
updateSwitch (method)
Signature
updateSwitch(): void
updateVariable (method)
Signature
updateVariable(): void
deltaForVariable (method)
Signature
deltaForVariable(): 0 | 1 | 10 | -1 | -10
_mode (property)
Signature
_mode: 'switch' | 'variable'
_topId (property)
Signature
_topId: number