Link Search Menu Expand Document

Scene_Message.d overview


Table of contents


utils

Scene_Message (class)

Signature

export declare class Scene_Message

isMessageWindowClosing (method)

Signature

isMessageWindowClosing(): boolean

createAllWindows (method)

Signature

createAllWindows(): void

createMessageWindow (method)

Signature

createMessageWindow(): void

messageWindowRect (method)

Signature

messageWindowRect(): Rectangle

createScrollTextWindow (method)

Signature

createScrollTextWindow(): void

scrollTextWindowRect (method)

Signature

scrollTextWindowRect(): Rectangle

createGoldWindow (method)

Signature

createGoldWindow(): void

goldWindowRect (method)

Signature

goldWindowRect(): Rectangle

createNameBoxWindow (method)

Signature

createNameBoxWindow(): void

createChoiceListWindow (method)

Signature

createChoiceListWindow(): void

createNumberInputWindow (method)

Signature

createNumberInputWindow(): void

createEventItemWindow (method)

Signature

createEventItemWindow(): void

eventItemWindowRect (method)

Signature

eventItemWindowRect(): Rectangle

associateWindows (method)

Signature

associateWindows(): void

_messageWindow (property)

Signature

_messageWindow: Window_Message

_scrollTextWindow (property)

Signature

_scrollTextWindow: Window_ScrollText

_goldWindow (property)

Signature

_goldWindow: Window_Gold

_nameBoxWindow (property)

Signature

_nameBoxWindow: Window_NameBox

_choiceListWindow (property)

Signature

_choiceListWindow: Window_ChoiceList

_numberInputWindow (property)

Signature

_numberInputWindow: Window_NumberInput

_eventItemWindow (property)

Signature

_eventItemWindow: Window_EventItem