Settings.Player

Represents a player state in the settings result

Members

Static functions

userTeam
Player userTeam(string name, Team team)
Undocumented in source. Be warned that the author may not have intended to support it.

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