Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an osu!droid score.

Hierarchy

  • Score

Index

Constructors

Properties

The accuracy achieved in the play.

combo: number

The maximum combo achieved in the play.

date: Date

The date of which the play was set.

forcedAR?: number

The forced AR of the play.

hash: string

MD5 hash of the play.

mods: <internal>.Mod[]

Enabled modifications in the score.

rank: string

The rank achieved in the play.

The replay of the score.

score: number

The score achieved in the play.

scoreID: number

The ID of the score.

speedMultiplier: number = 1

The speed multiplier of the play.

title: string

The title of the beatmap.

uid: number

The uid of the player.

username: string

The player's name.

Methods

  • downloadReplay(): Promise<void>
  • fillInformation(info: string): Score
  • getCompleteModString(): string
  • toString(): string
  • getFromHash(uid: number, hash: string): Promise<null | Score>
  • Retrieves score information on a beatmap from a player.

    Parameters

    • uid: number

      The uid of the player.

    • hash: string

      The MD5 hash of the beatmap.

    Returns Promise<null | Score>

    The score, null if the score is not found.

Generated using TypeDoc