Window_NameInput.d overview
Table of contents
- utils
- Window_NameInput (class)
- setEditWindow (method)
- table (method)
- maxCols (method)
- maxItems (method)
- itemWidth (method)
- groupSpacing (method)
- character (method)
- isPageChange (method)
- isOk (method)
- itemRect (method)
- drawItem (method)
- updateCursor (method)
- isCursorMovable (method)
- cursorDown (method)
- cursorUp (method)
- cursorRight (method)
- cursorLeft (method)
- cursorPagedown (method)
- cursorPageup (method)
- processCursorMove (method)
- processHandling (method)
- isCancelEnabled (method)
- processCancel (method)
- processJump (method)
- processBack (method)
- processOk (method)
- onNameAdd (method)
- onNameOk (method)
- _editWindow (property)
- _page (property)
- _index (property)
- Window_NameInput (class)
utils
Window_NameInput (class)
Window_NameInput
The window for selecting text characters on the name input screen.
Signature
export declare class Window_NameInput
setEditWindow (method)
Signature
setEditWindow(editWindow: Window_NameEdit): void
table (method)
Signature
table(): string[][]
maxCols (method)
Signature
maxCols(): number
maxItems (method)
Signature
maxItems(): number
itemWidth (method)
Signature
itemWidth(): number
groupSpacing (method)
Signature
groupSpacing(): number
character (method)
Signature
character(): string
isPageChange (method)
Signature
isPageChange(): boolean
isOk (method)
Signature
isOk(): boolean
itemRect (method)
Signature
itemRect(index: number): Rectangle
drawItem (method)
Signature
drawItem(index: number): void
updateCursor (method)
Signature
updateCursor(): void
isCursorMovable (method)
Signature
isCursorMovable(): boolean
cursorDown (method)
Signature
cursorDown(wrap: boolean): void
cursorUp (method)
Signature
cursorUp(wrap: boolean): void
cursorRight (method)
Signature
cursorRight(wrap: boolean): void
cursorLeft (method)
Signature
cursorLeft(wrap: boolean): void
cursorPagedown (method)
Signature
cursorPagedown(): void
cursorPageup (method)
Signature
cursorPageup(): void
processCursorMove (method)
Signature
processCursorMove(): void
processHandling (method)
Signature
processHandling(): void
isCancelEnabled (method)
Signature
isCancelEnabled(): boolean
processCancel (method)
Signature
processCancel(): void
processJump (method)
Signature
processJump(): void
processBack (method)
Signature
processBack(): void
processOk (method)
Signature
processOk(): void
onNameAdd (method)
Signature
onNameAdd(): void
onNameOk (method)
Signature
onNameOk(): void
_editWindow (property)
Signature
_editWindow: Window_NameEdit | null
_page (property)
Signature
_page: number
_index (property)
Signature
_index: number