Struct OsuRoom.Settings.Player
Represents a player state in the settings result
struct Player
;
Fields
Name | Type | Description |
---|---|---|
host
|
bool | |
id
|
string | Player user information, may not be there except for name |
mods
|
Mod[] | If freemods is enabled this contains user specific mods |
name
|
string | Player user information, may not be there except for name |
noMap
|
bool | |
playing
|
bool | |
ready
|
bool | |
team
|
Team | |
url
|
string | Player user information, may not be there except for name |