Settings.Player

Represents a player state in the settings result

Members

Variables

host
bool host;
id
string id;

Player user information, may not be there except for name

mods
Mod[] mods;

If freemods is enabled this contains user specific mods

name
string name;

Player user information, may not be there except for name

noMap
bool noMap;
playing
bool playing;
ready
bool ready;
team
Team team;
url
string url;

Player user information, may not be there except for name

Meta