Window_NameBox.d overview
Table of contents
utils
Window_NameBox (class)
Window_NameBox
The window for displaying a speaker name above the message window.
Signature
export declare class Window_NameBox {
constructor()
}
setMessageWindow (method)
Signature
setMessageWindow(messageWindow: Window_Message): void
setName (method)
Signature
setName(name: string): void
clear (method)
Signature
clear(): void
start (method)
Signature
start(): void
updatePlacement (method)
Signature
updatePlacement(): void
updateBackground (method)
Signature
updateBackground(): void
windowWidth (method)
Signature
windowWidth(): number
windowHeight (method)
Signature
windowHeight(): number
refresh (method)
Signature
refresh(): void
_name (property)
Signature
_name: string
_messageWindow (property)
Signature
_messageWindow: Window_Message