Link Search Menu Expand Document

Window_ScrollText.d overview


Table of contents


utils

Window_ScrollText (class)

Window_ScrollText

The window for displaying scrolling text. No frame is displayed, but it // is handled as a window for convenience.

Signature

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

update (method)

Signature

update(): void

startMessage (method)

Signature

startMessage(): void

refresh (method)

Signature

refresh(): void

updatePlacement (method)

Signature

updatePlacement(): void

contentsHeight (method)

Signature

contentsHeight(): number

updateMessage (method)

Signature

updateMessage(): void

scrollSpeed (method)

Signature

scrollSpeed(): number

isFastForward (method)

Signature

isFastForward(): boolean

fastForwardRate (method)

Signature

fastForwardRate(): number

terminateMessage (method)

Signature

terminateMessage(): void

_text (property)

Signature

_text: string | null

_allTextHeight (property)

Signature

_allTextHeight: number

_reservedRect (property)

Signature

_reservedRect: Rectangle