Interface IReplay

A replay.

interface IReplay {
    frames: IReplayFrame[];
    gameVersion: number;
    hashMD5: string;
    lifeBar: ILifeBarFrame[];
    mode: number;
}

Implemented by

Properties

frames: IReplayFrame[]

Replay frames.

gameVersion: number

osu! game version of this replay.

hashMD5: string

Replay MD5 hash.

lifeBar: ILifeBarFrame[]

Life bar of the replay.

mode: number

Game mode of this replay.