Click or drag to resize

OsuClient.modsCalculator Method

Return int64 for a mods combination.

Namespace:  CSharpOsu
Assembly:  CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntax
public long modsCalculator(
	List<Mods> mods
)

Parameters

mods
Type: System.Collections.Generic.List<Mods>
Specify mod combination as a list.(See https://github.com/ppy/osu-api/wiki#mods )

Return Value

Type: Int64
.osr file bytes.
See Also