 | OsuClientGetReplay Method (mode, Int64, String, NullableInt64) |
Return informations about a replay.
Namespace:
CSharpOsu
Assembly:
CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntaxpublic OsuReplay GetReplay(
mode _m,
long _b,
string _u,
Nullable<long> _mods
)
Public Function GetReplay (
_m As mode,
_b As Long,
_u As String,
_mods As Nullable(Of Long)
) As OsuReplay
public:
OsuReplay^ GetReplay(
mode _m,
long long _b,
String^ _u,
Nullable<long long> _mods
)
member GetReplay :
_m : mode *
_b : int64 *
_u : string *
_mods : Nullable<int64> -> OsuReplay
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:
OsuReplayFetch replay data.
See Also