Bearbeiten

Freigeben über


ExportManager Class

Methods

beginExportProject

beginExportProject(options: GameOptions): Promise<ExportResult>

Parameters

Returns Promise<ExportResult>

Notes:

  • This function can't be called in read-only mode.
  • This function can throw errors.

canExportProject

canExportProject(): boolean

Returns boolean

Notes:

  • This function can't be called in read-only mode.
  • This function can throw errors.

getGameOptions

getGameOptions(useDefault?: boolean): GameOptions

Parameters

  • useDefault?: boolean = null

Returns GameOptions

Notes:

  • This function can't be called in read-only mode.

getGameVersion

getGameVersion(): string

Returns string

Notes:

  • This function can't be called in read-only mode.
  • This function can throw errors.