OsuRoom.Settings

Returned by !mp settings

Members

Structs

Player
struct Player

Represents a player state in the settings result

Variables

activeMods
Mod[] activeMods;

Global active mods or all mods if freemods is off, contains Mod.FreeMod if on

beatmap
BeatmapInfo beatmap;

Beatmap information

history
string history;

URL to match history

name
string name;

Game name

numPlayers
int numPlayers;

Number of players in this match

players
Player[16] players;

All players for every slot (empty slots are Player.init)

teamMode
TeamMode teamMode;

Type of game (coop, tag team, etc.)

winCondition
ScoreMode winCondition;

Win condition (score, acc, combo, etc.)

Meta