Link Search Menu Expand Document

Window_ItemCategory.d overview


Table of contents


utils

Window_ItemCategory (class)

Window_ItemCategory

The window for selecting a category of items on the item and shop screens.

Signature

export declare class Window_ItemCategory

maxCols (method)

Signature

maxCols(): number

update (method)

Signature

update(): void

makeCommandList (method)

Signature

makeCommandList(): void

needsCommand (method)

Signature

needsCommand(name: string): boolean

setItemWindow (method)

Signature

setItemWindow(itemWindow: Window_ItemList): void

needsSelection (method)

Signature

needsSelection(): boolean

_itemWindow (property)

Signature

_itemWindow: Window_ItemList<DataItemBase> | undefined