Click or drag to resize

OsuClientGetReplay Method (mode, String, Int64, NullableInt64)

Return all the bytes needed to create a .osr file.

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

Parameters

_m
Type: CSharpOsu.Util.Enumsmode
The mode the score was played in.
_u
Type: SystemString
The user that has played the beatmap.
_b
Type: SystemInt64
The beatmap ID (not beatmap set ID!) in which the replay was played.
_mods (Optional)
Type: SystemNullableInt64
Specify a mod or mod combination (See https://github.com/ppy/osu-api/wiki#mods )

Return Value

Type: Byte
.osr file bytes.
See Also