Link Search Menu Expand Document

Scene_Load.d overview


Table of contents


utils

Scene_Load (class)

Signature

export declare class Scene_Load

terminate (method)

Signature

terminate(): void

mode (method)

Signature

mode(): "load"

helpWindowText (method)

Signature

helpWindowText(): string

firstSavefileId (method)

Signature

firstSavefileId(): number

onSavefileOk (method)

Signature

onSavefileOk(): void

executeLoad (method)

Signature

executeLoad(savefileId: number): void

onLoadSuccess (method)

Signature

onLoadSuccess(): void

onLoadFailure (method)

Signature

onLoadFailure(): void

reloadMapIfUpdated (method)

Signature

reloadMapIfUpdated(): void

_loadSuccess (property)

Signature

_loadSuccess: boolean