Options
All
  • Public
  • Public/Protected
  • All
Menu

Contains information used to identify a beatmap.

Hierarchy

  • BeatmapMetadata

Index

Constructors

Properties

artist: string = ""

The romanized artist of the song of the beatmap.

artistUnicode: string = ""

The song artist of the beatmap.

beatmapId?: number

The ID of the beatmap.

beatmapSetId?: number

The ID of the beatmapset containing this beatmap.

creator: string = ""

The creator of the beatmap.

source: string = ""

The original media the song was produced for.

tags: string[] = []

The search terms of the beatmap.

title: string = ""

The romanized song title of the beatmap.

titleUnicode: string = ""

The song title of the beatmap.

version: string = ""

The difficulty name of the beatmap.

Generated using TypeDoc