Loading index.d.ts +9 −0 Original line number Diff line number Diff line Loading @@ -310,6 +310,10 @@ declare module "bancho.js" { * Multiplayer lobby ID (used in multiplayer history links) */ id: number /** * Multiplayer lobby ID (used in multiplayer history links) */ scores: Array<BanchoLobbyPlayerScore> /** * Name of the lobby, as seein in-game */ Loading Loading @@ -490,6 +494,11 @@ declare module "bancho.js" { */ getHistoryUrl(): string /** * Sort scores by pass and score. */ sortScores(): void on(event: "allPlayersReady", listener: () => void): this /** Loading Loading
index.d.ts +9 −0 Original line number Diff line number Diff line Loading @@ -310,6 +310,10 @@ declare module "bancho.js" { * Multiplayer lobby ID (used in multiplayer history links) */ id: number /** * Multiplayer lobby ID (used in multiplayer history links) */ scores: Array<BanchoLobbyPlayerScore> /** * Name of the lobby, as seein in-game */ Loading Loading @@ -490,6 +494,11 @@ declare module "bancho.js" { */ getHistoryUrl(): string /** * Sort scores by pass and score. */ sortScores(): void on(event: "allPlayersReady", listener: () => void): this /** Loading