Calculates accuracy based on given parameters.
If percent
and nobjects
are specified, n300
, n100
, and n50
will
be automatically calculated to be the closest to the given
acc percent.
Function parameters.
The amount of 100s achieved.
The amount of 300s achieved.
The amount of 50s achieved.
The amount of misses achieved.
Calculates the accuracy value (0.0 - 1.0).
The amount of objects in the beatmap. If n300
was not specified in the constructor, this is required.
Generated using TypeDoc
An accuracy calculator that calculates accuracy based on given parameters.