Abstract
Calculates the difficulty of the beatmap using all mod combinations applicable to the beatmap.
Optional
clockRate: numberCustom clock rate for the difficulty calculation.
A collection of structures describing the difficulty of the beatmap for each mod combination.
Calculates the difficulty of the beatmap at a specific object count.
Optional
objectCount: numberHow many objects to use for calculation?
Optional
clockRate: numberCustom clock rate for the difficulty calculation.
Difficulty attributes at the specific object count.
Calculates the difficulty of the beatmap with no mods applied and returns a set of timed difficulty attributes representing the difficulty at every relevant time value in the beatmap.
Optional
clockRate: numberCustom clock rate for the difficulty calculation.
The set of timed difficulty attributes.
Calculates the difficulty of the beatmap using a specific mod combination and returns a set of timed difficulty attributes representing the difficulty at every relevant time value in the beatmap.
The mods that should be applied to the beatmap.
Optional
clockRate: numberCustom clock rate for the difficulty calculation.
The set of timed difficulty attributes.
Calculates the difficulty of the beatmap using a specific mod combination.
The mods that should be applied to the beatmap.
Optional
clockRate: numberCustom clock rate for the difficulty calculation.
A structure describing the difficulty of the beatmap.
Calculates the difficulty of the beatmap with applied mods at a sepcific object count.
The mods that should be applied to the beatmap.
Optional
objectCount: numberHow many objects to use for calculation?
Optional
clockRate: numberCustom clock rate for the difficulty calculation.
Difficulty attributes at the specific object count.
Calculates the difficulty of the beatmap with no mods applied.