Struct OsuRoom.Settings
Returned by !mp settings
struct Settings
;
Fields
Name | Type | Description |
---|---|---|
activeMods
|
Mod[] | Global active mods or all mods if freemods is off, contains Mod.FreeMod if on |
beatmap
|
bancho | Beatmap information |
history
|
string | URL to match history |
name
|
string | Game name |
numPlayers
|
int | Number of players in this match |
players
|
OsuRoom | All players for every slot (empty slots are Player.init) |
teamMode
|
TeamMode | Type of game (coop, tag team, etc.) |
winCondition
|
ScoreMode | Win condition (score, acc, combo, etc.) |
Inner structs
Name | Description |
---|---|
Player
|
Represents a player state in the settings result |