Skip to content

接口: ScoreRankingCapability

定义于: packages/prober/src/prober-player.ts:73

提供单谱面公开排行查询的玩家能力。

派生类

方法

getScoreRanking()

ts
getScoreRanking(key): Promise<ScoreRankingEntry[]>;

定义于: packages/prober/src/prober-player.ts:75

指定谱面的公开成绩排行。

参数

参数类型
keyScoreKey

返回

Promise<ScoreRankingEntry[]>