Window_ChoiceList.d overview
Table of contents
- utils
- Window_ChoiceList (class)
- setMessageWindow (method)
- createCancelButton (method)
- start (method)
- update (method)
- updateCancelButton (method)
- selectDefault (method)
- updatePlacement (method)
- updateBackground (method)
- placeCancelButton (method)
- windowX (method)
- windowY (method)
- windowWidth (method)
- windowHeight (method)
- numVisibleRows (method)
- maxLines (method)
- maxChoiceWidth (method)
- makeCommandList (method)
- drawItem (method)
- isCancelEnabled (method)
- needsCancelButton (method)
- callOkHandler (method)
- callCancelHandler (method)
- _background (property)
- _canRepeat (property)
- _messageWindow (property)
- _cancelButton (property)
- Window_ChoiceList (class)
utils
Window_ChoiceList (class)
Window_ChoiceList
The window used for the event command [Show Choices].
Signature
export declare class Window_ChoiceList {
constructor()
}
setMessageWindow (method)
Signature
setMessageWindow(messageWindow: Window_Message): void
createCancelButton (method)
Signature
createCancelButton(): void
start (method)
Signature
start(): void
update (method)
Signature
update(): void
updateCancelButton (method)
Signature
updateCancelButton(): void
selectDefault (method)
Signature
selectDefault(): void
updatePlacement (method)
Signature
updatePlacement(): void
updateBackground (method)
Signature
updateBackground(): void
placeCancelButton (method)
Signature
placeCancelButton(): void
windowX (method)
Signature
windowX(): number
windowY (method)
Signature
windowY(): number
windowWidth (method)
Signature
windowWidth(): number
windowHeight (method)
Signature
windowHeight(): number
numVisibleRows (method)
Signature
numVisibleRows(): number
maxLines (method)
Signature
maxLines(): 4 | 8
maxChoiceWidth (method)
Signature
maxChoiceWidth(): number
makeCommandList (method)
Signature
makeCommandList(): void
drawItem (method)
Signature
drawItem(index: number): void
isCancelEnabled (method)
Signature
isCancelEnabled(): boolean
needsCancelButton (method)
Signature
needsCancelButton(): boolean
callOkHandler (method)
Signature
callOkHandler(): void
callCancelHandler (method)
Signature
callCancelHandler(): void
_background (property)
Signature
_background: TextWindowBackgroundType
_canRepeat (property)
Signature
_canRepeat: boolean
_messageWindow (property)
Signature
_messageWindow: Window_Message
_cancelButton (property)
Signature
_cancelButton: Sprite_Button | undefined