Class BeatmapInfo

A beatmap information.

Implements

Constructors

Properties

approachRate: number = 0

Approach rate of the beatmap.

artist: string = 'Unknown artist'

The beatmap artist.

beatmapsetId: number = 0

ID of beatmapset of this beatmap.

bpm: number = 0

The most common BPM of a beatmap.

bpmMax: number = 0

Maximal BPM of a beatmap.

bpmMin: number = 0

Minimal BPM of a beatmap.

circleSize: number = 0

Circle size of the beatmap.

creator: string = ''

The beatmap creator username.

creatorId: number = 0

The beatmap creator ID.

deletedAt: null | Date = null

The date of the beatmap deletion.

drainRate: number = 0

HP drain rate of the beatmap.

favourites: number = 0

Number of the beatmap favourites.

hashMD5: string = ''

Beatmap MD5 hash.

hittable: number = 0

Number of hittable objects of the beatmap.

holdable: number = 0

Number of holdable objects of the beatmap.

id: number = 0

The beatmap ID.

isConvert: boolean = false

If this beatmap info is for converted beatmap.

length: number = 0

Length of the beatmap in seconds.

maxCombo: number = 0

Max combo of the beatmap.

overallDifficulty: number = 0

Overall difficulty of the beatmap.

passcount: number = 0

Number of passes of the beatmap.

playcount: number = 0

Number of playcount of the beatmap.

slidable: number = 0

Number of slidable objects of the beatmap.

spinnable: number = 0

Number of spinnable objects of the beatmap.

starRating: number = 0

Total star rating of the beatmap.

status: number = -2

Rank status of the beatmap (Graveyard, Loved, Ranked...)

title: string = 'Unknown title'

The beatmap title.

updatedAt: null | Date = null

The date of the last beatmap update.

version: string = 'Normal'

Difficulty name of the beatmap.

Accessors

Methods