Struct OsuRoom.Settings

Returned by !mp settings

struct Settings ;

Fields

NameTypeDescription
activeMods Mod[]Global active mods or all mods if freemods is off, contains Mod.FreeMod if on
beatmap bancho.irc.BeatmapInfoBeatmap information
history stringURL to match history
name stringGame name
numPlayers intNumber of players in this match
players OsuRoom.Settings.Player[16]All players for every slot (empty slots are Player.init)
teamMode TeamModeType of game (coop, tag team, etc.)
winCondition ScoreModeWin condition (score, acc, combo, etc.)

Inner structs

NameDescription
Player Represents a player state in the settings result