Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a hitobject in an osu!droid replay.

Stores information about hitobjects in an osu!droid replay such as hit offset, tickset, and hit result.

This is used when analyzing replays using replay analyzer.

Hierarchy

  • ReplayObjectData

Index

Constructors

Properties

Constructors

  • Parameters

    • values: { accuracy: number; result: hitResult; tickset: boolean[] }
      • accuracy: number

        The offset of which the hitobject was hit in milliseconds.

      • result: hitResult

        The bitwise hit result of the hitobject.

      • tickset: boolean[]

        The tickset of the hitobject.

        This is used to determine whether or not a slider event (tick/repeat/end) is hit based on the order they appear.

    Returns ReplayObjectData

Properties

accuracy: number

The offset of which the hitobject was hit in milliseconds.

result: hitResult

The bitwise hit result of the hitobject.

tickset: boolean[]

The tickset of the hitobject.

This is used to determine whether or not a slider event (tick/repeat/end) is hit based on the order they appear.

Generated using TypeDoc