Options
All
  • Public
  • Public/Protected
  • All
Menu

A difficulty calculator for osu!standard gamemode.

Hierarchy

Index

Constructors

Properties

aim: number = 0

The aim star rating of the beatmap.

Additional data that is used in performance calculation.

The calculated beatmap.

flashlight: number = 0

The flashlight star rating of the beatmap.

mods: <internal>.Mod[] = []

The modifications applied.

objects: DifficultyHitObject[] = []

The difficulty objects of the beatmap.

speed: number = 0

The speed star rating of the beatmap.

stats: <internal>.MapStats = ...

The map statistics of the beatmap after modifications are applied.

strainPeaks: StrainPeaks = ...

The strain peaks of various calculated difficulties.

total: number = 0

The total star rating of the beatmap.

Methods

  • calculateAim(): void
  • calculateAll(): void
  • calculateFlashlight(): void
  • calculateSpeed(): void
  • calculateTotal(): void
  • generateDifficultyHitObjects(): void
  • toString(): string

Generated using TypeDoc