Window_Help.d overview
Table of contents
utils
Window_Help (class)
Window_Help
The window for displaying the description of the selected item.
Signature
export declare class Window_Help {
constructor(rect: Rectangle)
}
setText (method)
Signature
setText(text: string): void
clear (method)
Signature
clear(): void
setItem (method)
Signature
setItem(item: DataItemBase | null): void
refresh (method)
Signature
refresh(): void
_text (property)
Signature
_text: string