Options
All
  • Public
  • Public/Protected
  • All
Menu

An evaluator for calculating osu!droid tap skill.

Hierarchy

Index

Constructors

Methods

  • evaluateDifficultyOf(current: DifficultyHitObject, greatWindow: number, considerCheesability: boolean): number
  • Evaluates the difficulty of tapping the current object, based on:

    • time between pressing the previous and current object,
    • distance between those objects,
    • and how easily they can be cheesed.

    Parameters

    • current: DifficultyHitObject

      The current object.

    • greatWindow: number

      The great hit window of the current object.

    • considerCheesability: boolean

      Whether to consider cheesability.

    Returns number

Generated using TypeDoc