Window_Message.d overview
Table of contents
- utils
- MessageEscapeCharacter (type alias)
- Window_Message (class)
- initMembers (method)
- setGoldWindow (method)
- setNameBoxWindow (method)
- setChoiceListWindow (method)
- setNumberInputWindow (method)
- setEventItemWindow (method)
- clearFlags (method)
- update (method)
- checkToNotClose (method)
- synchronizeNameBox (method)
- canStart (method)
- startMessage (method)
- newLineX (method)
- updatePlacement (method)
- updateBackground (method)
- terminateMessage (method)
- updateWait (method)
- updateLoading (method)
- updateInput (method)
- isAnySubWindowActive (method)
- updateMessage (method)
- shouldBreakHere (method)
- canBreakHere (method)
- onEndOfText (method)
- startInput (method)
- isTriggered (method)
- doesContinue (method)
- areSettingsChanged (method)
- updateShowFast (method)
- newPage (method)
- updateSpeakerName (method)
- loadMessageFace (method)
- drawMessageFace (method)
- processControlCharacter (method)
- processNewLine (method)
- processNewPage (method)
- isEndOfText (method)
- needsNewPage (method)
- processEscapeCharacter (method)
- startWait (method)
- startPause (method)
- isWaiting (method)
- _background (property)
- _positionType (property)
- _waitCount (property)
- _faceBitmap (property)
- _textState (property)
- _goldWindow (property)
- _nameBoxWindow (property)
- _choiceListWindow (property)
- _numberInputWindow (property)
- _eventItemWindow (property)
- _showFast (property)
- _lineShowFast (property)
- _pauseSkip (property)
utils
MessageEscapeCharacter (type alias)
Signature
export declare type MessageEscapeCharacter = '$' | '.' | '|' | '!' | '>' | '<' | '^'
Window_Message (class)
Window_Message
The window for displaying text messages.
Signature
export declare class Window_Message {
constructor(rect: Rectangle)
}
initMembers (method)
Signature
initMembers(): void
setGoldWindow (method)
Signature
setGoldWindow(goldWindow: Window_Gold): void
setNameBoxWindow (method)
Signature
setNameBoxWindow(nameBoxWindow: Window_NameBox): void
setChoiceListWindow (method)
Signature
setChoiceListWindow(choiceListWindow: Window_ChoiceList): void
setNumberInputWindow (method)
Signature
setNumberInputWindow(numberInputWindow: Window_NumberInput): void
setEventItemWindow (method)
Signature
setEventItemWindow(eventItemWindow: Window_EventItem): void
clearFlags (method)
Signature
clearFlags(): void
update (method)
Signature
update(): void
checkToNotClose (method)
Signature
checkToNotClose(): void
synchronizeNameBox (method)
Signature
synchronizeNameBox(): void
canStart (method)
Signature
canStart(): boolean
startMessage (method)
Signature
startMessage(): void
newLineX (method)
Signature
newLineX(textState: TextState): number
updatePlacement (method)
Signature
updatePlacement(): void
updateBackground (method)
Signature
updateBackground(): void
terminateMessage (method)
Signature
terminateMessage(): void
updateWait (method)
Signature
updateWait(): boolean
updateLoading (method)
Signature
updateLoading(): boolean
updateInput (method)
Signature
updateInput(): boolean
isAnySubWindowActive (method)
Signature
isAnySubWindowActive(): boolean
updateMessage (method)
Signature
updateMessage(): boolean
shouldBreakHere (method)
Signature
shouldBreakHere(textState: TextState): boolean
canBreakHere (method)
Signature
canBreakHere(textState: TextState): boolean
onEndOfText (method)
Signature
onEndOfText(): void
startInput (method)
Signature
startInput(): boolean
isTriggered (method)
Signature
isTriggered(): boolean
doesContinue (method)
Signature
doesContinue(): boolean
areSettingsChanged (method)
Signature
areSettingsChanged(): boolean
updateShowFast (method)
Signature
updateShowFast(): void
newPage (method)
Signature
newPage(textState: TextState): void
updateSpeakerName (method)
Signature
updateSpeakerName(): void
loadMessageFace (method)
Signature
loadMessageFace(): void
drawMessageFace (method)
Signature
drawMessageFace(): void
processControlCharacter (method)
Signature
processControlCharacter(textState: TextState, c: string): void
processNewLine (method)
Signature
processNewLine(textState: TextState): void
processNewPage (method)
Signature
processNewPage(textState: TextState): void
isEndOfText (method)
Signature
isEndOfText(textState: TextState): boolean
needsNewPage (method)
Signature
needsNewPage(textState: TextState): boolean
processEscapeCharacter (method)
Signature
processEscapeCharacter(code: MessageEscapeCharacter | EscapeCharacter, textState: TextState): void
startWait (method)
Signature
startWait(count: number): void
startPause (method)
Signature
startPause(): void
isWaiting (method)
Signature
isWaiting(): boolean
_background (property)
Signature
_background: TextWindowBackgroundType
_positionType (property)
Signature
_positionType: TextWindowBackgroundType
_waitCount (property)
Signature
_waitCount: number
_faceBitmap (property)
Signature
_faceBitmap: Bitmap | null
_textState (property)
Signature
_textState: TextState | null
_goldWindow (property)
Signature
_goldWindow: Window_Gold | null
_nameBoxWindow (property)
Signature
_nameBoxWindow: Window_NameBox | null
_choiceListWindow (property)
Signature
_choiceListWindow: Window_ChoiceList | null
_numberInputWindow (property)
Signature
_numberInputWindow: Window_NumberInput | null
_eventItemWindow (property)
Signature
_eventItemWindow: Window_EventItem | null
_showFast (property)
Signature
_showFast: boolean
_lineShowFast (property)
Signature
_lineShowFast: boolean
_pauseSkip (property)
Signature
_pauseSkip: boolean