Click or drag to resize

OsuClientGetMatch Method

Return informations about a multiplayer lobby.

Namespace:  CSharpOsu
Assembly:  CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntax
public OsuMatch GetMatch(
	int _mp
)

Parameters

_mp
Type: SystemInt32
Match id to get information from.

Return Value

Type: OsuMatch
Fetch multiplayer lobby.
See Also