Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

  • Parameters

    • overallDifficulty: number

      The overall difficulty of this hit window.

    Returns <internal>.HitWindow

Properties

overallDifficulty: number

The overall difficulty of this hit window.

Methods

  • hitWindowFor100(isPrecise?: boolean): number
  • Gets the hit window for 100 (good) hit result.

    Parameters

    • Optional isPrecise: boolean

      Whether to calculate for Precise mod.

    Returns number

    The hit window in milliseconds.

  • hitWindowFor300(isPrecise?: boolean): number
  • Gets the hit window for 300 (great) hit result.

    Parameters

    • Optional isPrecise: boolean

      Whether to calculate for Precise mod.

    Returns number

    The hit window in milliseconds.

  • hitWindowFor50(isPrecise?: boolean): number
  • Gets the hit window for 50 (meh) hit result.

    Parameters

    • Optional isPrecise: boolean

      Whether to calculate for Precise mod.

    Returns number

    The hit window in milliseconds.

Generated using TypeDoc