Click or drag to resize

OsuClientGetUserBest Method

Return informations about a user best scores.

Namespace:  CSharpOsu
Assembly:  CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntax
public OsuUserBest[] GetUserBest(
	string _u,
	Nullable<mode> _m = null,
	Nullable<int> _limit = null
)

Parameters

_u
Type: SystemString
Specify a user_id or a username to return score information for.
_m (Optional)
Type: SystemNullablemode
Mode (0 = osu!, 1 = Taiko, 2 = CtB, 3 = osu!mania). Optional, default value is 0.
_limit (Optional)
Type: SystemNullableInt32
Amount of results from the top (range between 1 and 100 - defaults to 50).

Return Value

Type: OsuUserBest
Fetch user best scores.
See Also