Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a beatmap with advanced information.

Hierarchy

  • Beatmap

Index

Constructors

Properties

Combo and skin colors of the beatmap.

Timing and control points of the beatmap.

Difficulty settings of the beatmap.

Saved settings for the beatmap editor.

Events of the beatmap.

formatVersion: number

The format version of the beatmap.

General information about the beatmap.

The objects of the beatmap.

Information used to identify the beatmap.

Accessors

  • get maxCombo(): number
  • The maximum combo of the beatmap.

    Returns number

  • get mostCommonBeatLength(): number
  • The most common beat length of the beatmap.

    Returns number

Methods

  • getOffsetTime(time: number): number
  • Returns a time combined with beatmap-wide time offset.

    BeatmapVersion 4 and lower had an incorrect offset. Stable has this set as 24ms off.

    Parameters

    • time: number

      The time.

    Returns number

  • Calculates the osu!droid maximum score of the beatmap without taking spinner bonus into account.

    Parameters

    Returns number

  • Calculates the osu!standard maximum score of the beatmap without taking spinner bonus into account.

    Parameters

    • Optional mods: <internal>.Mod[]

      The modifications to calculate for. Defaults to No Mod.

    Returns number

  • toString(): string
  • Returns a string representative of the class.

    Returns string

Generated using TypeDoc