 | OsuClientGetMatch Method |
Return informations about a multiplayer lobby.
Namespace:
CSharpOsu
Assembly:
CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntaxpublic OsuMatch GetMatch(
int _mp
)
Public Function GetMatch (
_mp As Integer
) As OsuMatch
public:
OsuMatch^ GetMatch(
int _mp
)
member GetMatch :
_mp : int -> OsuMatch
Parameters
- _mp
- Type: SystemInt32
Match id to get information from.
Return Value
Type:
OsuMatchFetch multiplayer lobby.
See Also