Class Application

Represents an installed application (game) on the console.

Hierarchy

  • Application

Properties

Methods

Properties

author: string

The author or publisher of the application.

The raw JPEG data for the cover art of the application. Can be decoded with the Image class.

id: bigint

The 64-bit unique identifier of the application.

The raw NACP data of the application. Use the @tootallnate/nacp module to parse this data.

name: string

The name of the application.

type: number

The "type" of application.

Methods

  • Launches the application.

    Returns never

Generated using TypeDoc