Options
All
  • Public
  • Public/Protected
  • All
Menu

A score simulator.

Hierarchy

  • ScoreSimulator

Index

Constructors

Methods

  • Adds missing properties to a score parsed from a replay file.

    Parameters

    • score: IScore

      Parsed score from the replay file.

    • attributes: IBeatmapAttributes

      Beatmap attributes of this score.

    Returns Promise<IScoreInfo>

    Completed score info.

  • Simulates a new score with full combo.

    Parameters

    • scoreInfo: IScoreInfo

      Original score.

    • attributes: IBeatmapAttributes

      Beatmap attributes of this score.

    Returns ScoreInfo

    Simulated FC score.