Click or drag to resize

OsuClientGetReplay Method (mode, Int64, String, NullableInt64)

Return informations about a replay.

Namespace:  CSharpOsu
Assembly:  CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntax
public OsuReplay GetReplay(
	mode _m,
	long _b,
	string _u,
	Nullable<long> _mods
)

Parameters

_m
Type: CSharpOsu.Util.Enumsmode
The mode the score was played in.
_b
Type: SystemInt64
The beatmap ID (not beatmap set ID!) in which the replay was played.
_u
Type: SystemString
The user that has played the beatmap.
_mods
Type: SystemNullableInt64
Specify a mod or mod combination (.

Return Value

Type: OsuReplay
Fetch replay data.
See Also