Link Search Menu Expand Document

Scene_File.d overview


Table of contents


utils

Scene_File (class)

Signature

export declare class Scene_File

create (method)

Signature

create(): void

helpAreaHeight (method)

Signature

helpAreaHeight(): number

start (method)

Signature

start(): void

savefileId (method)

Signature

savefileId(): number

isSavefileEnabled (method)

Signature

isSavefileEnabled(savefileId: number): boolean

createHelpWindow (method)

Signature

createHelpWindow(): void

helpWindowRect (method)

Signature

helpWindowRect(): Rectangle

createListWindow (method)

Signature

createListWindow(): void

listWindowRect (method)

Signature

listWindowRect(): Rectangle

mode (method)

Signature

mode(): SavefileMode

needsAutosave (method)

Signature

needsAutosave(): boolean

activateListWindow (method)

Signature

activateListWindow(): void

helpWindowText (method)

Signature

helpWindowText(): string

firstSavefileId (method)

Signature

firstSavefileId(): number

onSavefileOk (method)

Signature

onSavefileOk(): void

_listWindow (property)

Signature

_listWindow: Window_SavefileList